Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmerrell committed Dec 20, 2023
1 parent f90c873 commit c94b607
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion official-templates/stable-diffusion-webui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ RUN cd /workspace/stable-diffusion-webui/ && \

# Install the xformers library
RUN cd /workspace/stable-diffusion-webui && \
pip install xformers==0.0.22
pip install xformers==0.0.22 && \
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118

RUN mv /workspace/venv /venv && \
mv /workspace/stable-diffusion-webui /stable-diffusion-webui && \
Expand Down

0 comments on commit c94b607

Please sign in to comment.