johann-foerster
commited on
Commit
•
020971a
1
Parent(s):
952ac70
space envs into dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -24,4 +24,6 @@ RUN conda env create -f environment.yaml && \
|
|
24 |
VOLUME /ai-christmas/models/checkpoints
|
25 |
VOLUME /ai-christmas/models/loras
|
26 |
EXPOSE 7860
|
|
|
|
|
27 |
ENTRYPOINT ["conda", "run", "--no-capture-output", "-n", "fooocus", "python", "launch.py"]
|
|
|
24 |
VOLUME /ai-christmas/models/checkpoints
|
25 |
VOLUME /ai-christmas/models/loras
|
26 |
EXPOSE 7860
|
27 |
+
|
28 |
+
ENV SYSTEM=spaces SPACE_ID=QualityMinds/Weihnachtskarten
|
29 |
ENTRYPOINT ["conda", "run", "--no-capture-output", "-n", "fooocus", "python", "launch.py"]
|