Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
imseldrith
/
anydlbot
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2e1d385
anydlbot
/
Dockerfile
imseldrith
Update Dockerfile
2e1d385
almost 3 years ago
raw
Copy download link
history
blame
148 Bytes
FROM
python:
3.9
WORKDIR
/app
RUN
chmod
777 /app
COPY
requirements.txt /app/
RUN
pip3 install -r requirements.txt
COPY
. /app
CMD
python3 app.py