File size: 413 Bytes
9be468f
 
 
 
 
 
 
98dbe3e
9be468f
 
 
a1624bc
 
98dbe3e
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
title: Mlops Postgres
emoji: πŸ‘€
colorFrom: gray
colorTo: gray
sdk: docker
pinned: false
app_port: 5432
---

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference



```bash
docker build -t pg_local .
```

```bash
docker run --name pg_local_container --env-file .env -p 5432:5432 pg_local
```

```bash
docker stop pg_local_container
docker rm pg_local_container
```