mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-01-20 15:30:26 +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
|
||||
|
||||
COPY . /docker
|
||||
RUN pip install --upgrade pydantic
|
||||
|
||||
RUN \
|
||||
# mv ${ROOT}/style.css ${ROOT}/user.css && \
|
||||
|
|
@ -72,4 +73,4 @@ ENV NVIDIA_VISIBLE_DEVICES=all
|
|||
ENV CLI_ARGS=""
|
||||
EXPOSE 7860
|
||||
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