Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
BeveledCube
/
image-gen
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a2422c2
image-gen
/
Dockerfile
BeveledCube
Pls work
a2422c2
over 1 year ago
raw
Copy download link
history
blame
Safe
133 Bytes
FROM
python:
3.11
WORKDIR
/api
COPY
./ /api/
RUN
mkdir
/api/cache
RUN
chmod
a+rwx /api/cache
EXPOSE
7860
CMD
[
"bash"
,
"start.sh"
]