We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6348836 commit 400e3d7Copy full SHA for 400e3d7
1 file changed
Dockerfile
@@ -37,9 +37,9 @@ WORKDIR /api
37
ADD requirements.txt requirements.txt
38
RUN pip install -r requirements.txt
39
40
-# [b6b73d9] Fixing typos in documentation (#2389)
+# [39a3c77] fix: code snippet of instruct pix2pix from the docs. (#2446)
41
# Also includes misc LoRA fixes / improvements; xformers, enable/disable, etc.
42
-RUN git clone https://github.com/huggingface/diffusers && cd diffusers && git checkout b6b73d97b4365395d1ab7d0f7480d9681c72279f
+RUN git clone https://github.com/huggingface/diffusers && cd diffusers && git checkout 39a3c77e0d4a22de189b02398cf2d003d299b4ae
43
WORKDIR /api
44
RUN pip install -e diffusers
45
0 commit comments