Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
aryadytm/photo-colorization
fantos
/
phocol
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
47c60f9
phocol
/
Dockerfile
Lodor
Initial commit
47c60f9
about 3 years ago
raw
Copy download link
history
blame
Safe
126 Bytes
FROM
pytorch/pytorch:latest
WORKDIR
/app
COPY
. .
RUN
pip install -r requirements.txt
CMD
[
"streamlit"
,
"run"
,
"app.py"
]