Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
imCuteCat
/
cog
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3f3b350
cog
/
Dockerfile
imCuteCat
Create Dockerfile
3f3b350
verified
9 months ago
raw
Copy download link
history
blame
Safe
132 Bytes
FROM
ghcr.io/replicate/cog:
0.5
.
0
COPY
. /src
WORKDIR
/src
RUN
pip install -r requirements.txt
ENTRYPOINT
[
"python"
,
"predict.py"
]