Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
MillMin
/
FSA-PROJECT-CV
like
0
Build error
App
Files
Files
Community
bb72f80
FSA-PROJECT-CV
/
docker-compose.yaml
MillMin
Phase2/NhanHT: Add docker file and docker compose
c717ba7
8 months ago
raw
Copy download link
history
blame
Safe
189 Bytes
version:
'3.8'
services:
app:
build:
.
container_name:
"cv_container"
image:
"cv-image"
ports:
-
7860
:7860
volumes:
-
.:/code
env_file:
-
.env