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...
f4ddd31
anydlbot
/
Dockerfile
imseldrith
Upload 12 files
1834d0b
almost 3 years ago
raw
Copy download link
history
blame
174 Bytes
FROM
breakdowns/mega-sdk-python:latest
WORKDIR
/app
COPY
requirements.txt .
RUN
pip3 install -r requirements.txt
#COPY /app .
#set a default command
CMD
[
"python"
,
"bot.py"
]