Update Dockerfile

try and fix pydantic error
This commit is contained in:
simonmcnair 2025-03-24 19:45:49 +00:00 committed by GitHub
parent bd2fcce6b4
commit db36a12d00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}