Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjurado committed Dec 6, 2024
1 parent 5744352 commit d78f187
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions stable_diffusion/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
ARG FROM_IMAGE_NAME=nvcr.io/nvidia/pytorch:22.12-py3
FROM ${FROM_IMAGE_NAME}
FROM rocm/xformers:10022024

ENV DEBIAN_FRONTEND=noninteractive

Expand Down
2 changes: 1 addition & 1 deletion stable_diffusion/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ colossalai==0.2.7
invisible-watermark==0.1.5
diffusers==0.14.0
cloudpathlib==0.13.0
git+https://github.com/facebookresearch/xformers.git@5eb0dbf315d14b5f7b38ac2ff3d8379beca7df9b#egg=xformers
#git+https://github.com/facebookresearch/xformers.git@5eb0dbf315d14b5f7b38ac2ff3d8379beca7df9b#egg=xformers
bitsandbytes==0.37.2
git+https://github.com/mlcommons/logging.git@8405a08bbfc724f8888c419461c02d55a6ac960c

0 comments on commit d78f187

Please sign in to comment.