Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
rafeyy
/
rafeyy-image-generation
like
0
Follow
rafeyy
1
Adapters
fka/awesome-chatgpt-prompts
English
art
License:
apache-2.0
Model card
Files
Files and versions
Community
Use this model
6838cbb
rafeyy-image-generation
/
dockefile
noxo8888
Create dockefile
03f7783
verified
16 days ago
raw
Copy download link
history
blame
Safe
144 Bytes
FROM
python:
3.9
-slim
WORKDIR
/app
COPY
requirements.txt .
RUN
pip install -r requirements.txt
COPY
. .
EXPOSE
7860
CMD
[
"python"
,
"app.py"
]