CoolFace
Apppublic

Anuj-Panthri/mlops_postgres

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
App README

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