Skip to content

Commit 2e25e25

Browse files
fix: attempting new xformers version
1 parent 6855843 commit 2e25e25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ COPY --from=download /repositories/ ${ROOT}/repositories/
5252
RUN mkdir ${ROOT}/interrogate && cp ${ROOT}/repositories/clip-interrogator/clip_interrogator/data/* ${ROOT}/interrogate
5353

5454
RUN --mount=type=cache,target=/root/.cache/pip \
55-
pip3 install pyngrok xformers==0.0.28.post2 \
55+
pip3 install pyngrok xformers==0.0.31 \
5656
git+https://github.com/TencentARC/GFPGAN.git@8d2447a2d918f8eba5a4a01463fd48e45126a379 \
5757
git+https://github.com/openai/CLIP.git@d50d76daa670286dd6cacf3bcd80b5e4823fc8e1 \
5858
git+https://github.com/mlfoundations/open_clip.git@v2.20.0

0 commit comments

Comments
 (0)