Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -42,7 +42,6 @@ RUN pyenv install $PYTHON_VERSION && \
|
|
42 |
|
43 |
# Set the working directory to /data if USE_PERSISTENT_DATA is set, otherwise set to $HOME/app
|
44 |
WORKDIR $HOME/app
|
45 |
-
COPY . .
|
46 |
|
47 |
RUN git clone https://github.com/comfyanonymous/ComfyUI . && \pip install xformers!=0.0.24 --no-cache-dir -r requirements.txt --extra-index-url https://download.pytorch.org/whl/cu121
|
48 |
|
@@ -103,6 +102,6 @@ RUN cd custom_nodes && git clone https://github.com/viperyl/ComfyUI-BiRefNet &&
|
|
103 |
RUN cd custom_nodes && git clone https://github.com/gokayfem/ComfyUI-Texture-Simple
|
104 |
RUN cd custom_nodes && git clone https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR && cd ComfyUI-APISR && pip install -r requirements.txt
|
105 |
|
106 |
-
|
107 |
|
108 |
CMD ["python", "app.py"]
|
|
|
42 |
|
43 |
# Set the working directory to /data if USE_PERSISTENT_DATA is set, otherwise set to $HOME/app
|
44 |
WORKDIR $HOME/app
|
|
|
45 |
|
46 |
RUN git clone https://github.com/comfyanonymous/ComfyUI . && \pip install xformers!=0.0.24 --no-cache-dir -r requirements.txt --extra-index-url https://download.pytorch.org/whl/cu121
|
47 |
|
|
|
102 |
RUN cd custom_nodes && git clone https://github.com/gokayfem/ComfyUI-Texture-Simple
|
103 |
RUN cd custom_nodes && git clone https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR && cd ComfyUI-APISR && pip install -r requirements.txt
|
104 |
|
105 |
+
COPY . .
|
106 |
|
107 |
CMD ["python", "app.py"]
|