Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -45,8 +45,8 @@ WORKDIR $HOME/app
|
|
45 |
|
46 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
47 |
|
48 |
-
RUN git clone https://github.com/comfyanonymous/ComfyUI . && git checkout
|
49 |
-
pip install xformers!=0.0.18 --no-cache-dir -r requirements.txt --extra-index-url https://download.pytorch.org/whl/
|
50 |
|
51 |
# Checkpoints
|
52 |
|
|
|
45 |
|
46 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
47 |
|
48 |
+
RUN git clone https://github.com/comfyanonymous/ComfyUI . && git checkout 39e75862b248a20e8233ccee743ba5b2e977cdcf && \
|
49 |
+
pip install xformers!=0.0.18 --no-cache-dir -r requirements.txt --extra-index-url https://download.pytorch.org/whl/cu121
|
50 |
|
51 |
# Checkpoints
|
52 |
|