pin pydantic so deepspeed isn't broken
Browse files- docker/Dockerfile-base +1 -1
docker/Dockerfile-base
CHANGED
@@ -97,4 +97,4 @@ RUN cd /workspace/builds/bitsandbytes && python3 setup.py install
|
|
97 |
RUN git lfs install --skip-repo
|
98 |
RUN pip3 install awscli && \
|
99 |
# The base image ships with `pydantic==1.8.2` which is not working
|
100 |
-
pip3 install -U --no-cache-dir pydantic
|
|
|
97 |
RUN git lfs install --skip-repo
|
98 |
RUN pip3 install awscli && \
|
99 |
# The base image ships with `pydantic==1.8.2` which is not working
|
100 |
+
pip3 install -U --no-cache-dir pydantic==1.10.10
|