Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Lowtone
/
dp
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
dp
/
Dockerfile
MISASI
Update Dockerfile
dbfbc40
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
193 Bytes
FROM
python:
3.9
WORKDIR
/app
RUN
apt-get update && apt-get install -y git
RUN
git
clone
https://github.com/dasasdsadsww/PyDeepLX.git app
EXPOSE
7860
CMD
[
"python"
,
"/PyDeepLX/PyDeepLX.py"
]