mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-01-24 17:30:25 +01:00
Update Dockerfile
try and fix pydantic error
This commit is contained in:
parent
bd2fcce6b4
commit
db36a12d00
|
|
@ -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…
Reference in a new issue