Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dragxd
/
flash
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
30f526d
flash
/
Dockerfile
Karma
Add files via upload
c7dfe8b
over 1 year ago
raw
Copy download link
history
blame
206 Bytes
FROM
python:3.11.6
WORKDIR /root/Mikobot
COPY . .
RUN
apt-
get
install -y ffmpeg python3-pip curl
RUN
pip3 install --upgrade pip setuptools
RUN
pip install -U -r requirements.txt
CMD python3 -m Mikobot