We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6855843 commit 2e25e25Copy full SHA for 2e25e25
1 file changed
Dockerfile
@@ -52,7 +52,7 @@ COPY --from=download /repositories/ ${ROOT}/repositories/
52
RUN mkdir ${ROOT}/interrogate && cp ${ROOT}/repositories/clip-interrogator/clip_interrogator/data/* ${ROOT}/interrogate
53
54
RUN --mount=type=cache,target=/root/.cache/pip \
55
- pip3 install pyngrok xformers==0.0.28.post2 \
+ pip3 install pyngrok xformers==0.0.31 \
56
git+https://github.com/TencentARC/GFPGAN.git@8d2447a2d918f8eba5a4a01463fd48e45126a379 \
57
git+https://github.com/openai/CLIP.git@d50d76daa670286dd6cacf3bcd80b5e4823fc8e1 \
58
git+https://github.com/mlfoundations/open_clip.git@v2.20.0
0 commit comments