winglian commited on
Commit
7145695
·
1 Parent(s): 3a783c0

pin pydantic so deepspeed isn't broken

Browse files
Files changed (1) hide show
  1. 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