Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
astacn
/
code_predictor
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4d589cd
code_predictor
/
Dockerfile
astacn
Update Dockerfile
013dcfd
verified
over 1 year ago
raw
Copy download link
history
blame
Safe
129 Bytes
FROM
python:
3.9
-slim
WORKDIR
/app
COPY
requirements.txt.
RUN
pip install -r requirements.txt
COPY..
CMD
[
"python"
,
"app.py"
]