mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-01-02 14:50:05 +01:00
set pydantic
This commit is contained in:
parent
db36a12d00
commit
d92e9ab826
|
|
@ -60,7 +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 pip install pydantic ==1.10.21
|
||||
|
||||
RUN \
|
||||
# mv ${ROOT}/style.css ${ROOT}/user.css && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue