diff --git a/docker/Dockerfile-base b/docker/Dockerfile-base index 20bd80f70..adf7996ee 100644 --- a/docker/Dockerfile-base +++ b/docker/Dockerfile-base @@ -97,4 +97,4 @@ RUN cd /workspace/builds/bitsandbytes && python3 setup.py install RUN git lfs install --skip-repo RUN pip3 install awscli && \ # The base image ships with `pydantic==1.8.2` which is not working - pip3 install -U --no-cache-dir pydantic + pip3 install -U --no-cache-dir pydantic==1.10.10