Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
peterpeter8585
/
syai4.0
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2aa26c5
syai4.0
/
Dockerfile
peterpeter8585
Update Dockerfile
fecf8a2
verified
7 months ago
raw
Copy download link
history
blame
Safe
163 Bytes
FROM
pytorch/pytorch:
2.0
.
1
-cuda11.
7
-cudnn8-runtime
WORKDIR
/
RUN
pip install -r /requirements.txt
RUN
chmod
+x /app.py
EXPOSE
8000
CMD
[
"chainlit"
,
"run"
,
"app.py"
]