Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mfoud444
/
oop
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
79d2a14
oop
/
docker-compose.yml
Mohammed Foud
first commit
79d2a14
5 months ago
raw
Copy download link
history
blame
Safe
224 Bytes
version:
'3.8'
services:
sentiment-analysis:
build:
.
ports:
-
"7860:7860"
volumes:
-
./final_model:/app/final_model
environment:
-
GRADIO_SERVER_NAME=0.0.0.0
restart:
unless-stopped