kadirnar commited on
Commit
9d40742
1 Parent(s): d1f2a74

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 . && git checkout c6951548cfec64c28082e6560c69c59e32729c9c && \
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..."