mlops_postgres / README.md
Anuj-Panthri's picture
updated
98dbe3e
metadata
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

docker build -t pg_local .
docker run --name pg_local_container --env-file .env -p 5432:5432 pg_local
docker stop pg_local_container
docker rm pg_local_container