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...
f01dc75
syai4.0
/
Dockerfile
peterpeter8585
Update Dockerfile
f01dc75
verified
4 months ago
raw
Copy download link
history
blame
Safe
177 Bytes
FROM
pytorch/pytorch:
2.0
.
1
-cuda11.
7
-cudnn8-runtime
WORKDIR
/
RUN
pip install --no-cache-dir -r requirements.txt
RUN
chmod
+x /app.py
EXPOSE
8000
CMD
[
"chainlit"
,
"run"
,
"app.py"
]