Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ikechan8370
/
cp-extra
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0abb626
cp-extra
/
Dockerfile
ikechan8370
Add application file
0abb626
almost 2 years ago
raw
Copy download link
history
blame
Safe
176 Bytes
FROM
python:
3.9
WORKDIR
/code
COPY
./requirements.txt /code/requirements.txt
RUN
pip install --no-cache-dir --upgrade -r /code/requirements.txt
COPY
. .
CMD
python main.py