mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-06 06:53:48 +00:00
Update Dockerfile
try and fix pydantic error
This commit is contained in:
parent
bd2fcce6b4
commit
db36a12d00
1 changed files with 2 additions and 1 deletions
|
|
@ -60,6 +60,7 @@ RUN apt-get -y install libgoogle-perftools-dev && apt-get clean
|
||||||
ENV LD_PRELOAD=libtcmalloc.so
|
ENV LD_PRELOAD=libtcmalloc.so
|
||||||
|
|
||||||
COPY . /docker
|
COPY . /docker
|
||||||
|
RUN pip install --upgrade pydantic
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
# mv ${ROOT}/style.css ${ROOT}/user.css && \
|
# mv ${ROOT}/style.css ${ROOT}/user.css && \
|
||||||
|
|
@ -72,4 +73,4 @@ ENV NVIDIA_VISIBLE_DEVICES=all
|
||||||
ENV CLI_ARGS=""
|
ENV CLI_ARGS=""
|
||||||
EXPOSE 7860
|
EXPOSE 7860
|
||||||
ENTRYPOINT ["/docker/entrypoint.sh"]
|
ENTRYPOINT ["/docker/entrypoint.sh"]
|
||||||
CMD python -u webui.py --listen --port 7860 ${CLI_ARGS}
|
CMD python -u webui.py --listen --port 7860 ${CLI_ARGS}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue