Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
shiue2000
/
Convert2Color_Image
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f804ab9
Convert2Color_Image
/
Dockerfile
shiue2000
Upload 7 files
f804ab9
verified
8 months ago
raw
Copy download link
history
blame
Safe
145 Bytes
FROM
python:
3.10
-slim
RUN
pip install --upgrade pip
RUN
pip install mercury==2.4.3
COPY
. /code
WORKDIR
/code
CMD
[
"mercury"
,
"run"
,
"app.py"
]