Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vsmdvic
/
novatx
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
novatx
/
Dockerfile
vsmdvic
Upload 5 files
48278b5
verified
28 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
141 Bytes
FROM
python:
3.11
-slim
WORKDIR
/app
COPY
server.py .
COPY
encoder.html .
COPY
receiver.html .
EXPOSE
7860
CMD
[
"python3"
,
"server.py"
]