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 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 && \