Skip to content

Commit 0fe9d6f

Browse files
fix: bump dockerfile again
1 parent c5d67eb commit 0fe9d6f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ RUN --mount=type=cache,target=/var/cache/apt \
2727

2828
WORKDIR /
2929
RUN --mount=type=cache,target=/root/.cache/pip \
30-
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git && \
30+
git clone --branch dev https://github.com/AUTOMATIC1111/stable-diffusion-webui.git && \
3131
cd stable-diffusion-webui && \
32-
git reset --hard dev && \
3332
mkdir -p openai && \
3433
cd openai && \
3534
git clone https://huggingface.co/openai/clip-vit-large-patch14 && \
@@ -70,4 +69,4 @@ ENV NVIDIA_VISIBLE_DEVICES=all
7069
ENV CLI_ARGS=""
7170
EXPOSE 7860
7271
ENTRYPOINT ["/docker/entrypoint.sh"]
73-
CMD python -u webui.py --listen --port 7860 ${CLI_ARGS}
72+
CMD ["python", "-u", "webui.py", "--listen", "--port", "7860"]

0 commit comments

Comments
 (0)