radames HF staff commited on
Commit
6767a82
1 Parent(s): 9891d4a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -45,7 +45,7 @@ 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 2ec6158e9e10cc5e1cc4b27b2930b75167db20de && \
49
  pip install xformers!=0.0.18 --no-cache-dir -r requirements.txt --extra-index-url https://download.pytorch.org/whl/cu117
50
 
51
  # Checkpoints
 
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 2ec6158e9e10cc5e1cc4b27b2930b75167db20de && \
49
  pip install xformers!=0.0.18 --no-cache-dir -r requirements.txt --extra-index-url https://download.pytorch.org/whl/cu117
50
 
51
  # Checkpoints