Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
theonlykid
/
celia
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c972ffd
celia
/
Dockerfile
theonlykid
Create Dockerfile
c972ffd
verified
10 months ago
raw
Copy download link
history
blame
Safe
172 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
[
"tmate"
]