Skip to content

Commit

Permalink
fix: make sure to use the latest versions of all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Jul 25, 2024
1 parent 9cc04d5 commit b9ca5e6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ RUN git clone https://github.com/comfyanonymous/ComfyUI.git /comfyui
WORKDIR /comfyui

# Install ComfyUI dependencies
RUN pip3 install --no-cache-dir torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121 \
&& pip3 install --no-cache-dir xformers==0.0.21 \
&& pip3 install -r requirements.txt
RUN pip3 install --upgrade --no-cache-dir torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121 \
&& pip3 install --upgrade -r requirements.txt

# Install runpod
RUN pip3 install runpod requests
Expand Down

0 comments on commit b9ca5e6

Please sign in to comment.