Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Shinhati2023
/
Llmao
like
0
Runtime error
App
Files
Files
Community
2ab321d
Llmao
/
Dockerfile
Shinhati2023
Update Dockerfile
bc2e165
verified
9 months ago
raw
Copy download link
history
blame
Safe
148 Bytes
FROM
python:
3.9
WORKDIR
/code
COPY
./requirements.txt /code/requirements.txt
RUN
pip install --no-cache-dir --upgrade -r /code/requirements.txt