Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -46,8 +46,7 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
46 |
WORKDIR $HOME/app
|
47 |
|
48 |
|
49 |
-
RUN git clone https://github.com/comfyanonymous/ComfyUI . &&
|
50 |
-
pip install xformers!=0.0.24 --no-cache-dir -r requirements.txt --extra-index-url https://download.pytorch.org/whl/cu121
|
51 |
|
52 |
# instal custom nodes
|
53 |
RUN echo "Installing custom nodes..."
|
|
|
46 |
WORKDIR $HOME/app
|
47 |
|
48 |
|
49 |
+
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
|
|
|
50 |
|
51 |
# instal custom nodes
|
52 |
RUN echo "Installing custom nodes..."
|