Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
srbmihaicode
/
journal
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
40d04ab
journal
/
Dockerfile
srbmihaicode
test
40d04ab
4 months ago
raw
Copy download link
history
blame
Safe
189 Bytes
FROM
python:
3.8
WORKDIR
/workspace
ADD
. /workspace
RUN
pip install -r requirements.txt
CMD
[
"python"
,
"/workspace/app.py"
]
RUN
chown
-R 42420:42420 /workspace
ENV
HOME=/workspace