atwang commited on
Commit
37b4bd5
1 Parent(s): f5de428

fix setuptools version to 69.5.1

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,7 +25,7 @@ USER $UNAME
25
 
26
  # install python packages
27
  COPY --chown=$UNAME requirements.txt /tmp/requirements.txt
28
- RUN python3.10 -m pip install --no-cache-dir --upgrade setuptools distlib pip && \
29
  python3.10 -m pip install --no-cache-dir -r /tmp/requirements.txt && \
30
  rm /tmp/requirements.txt
31
  RUN python3.10 -m pip install git+https://github.com/facebookresearch/detectron2.git@fc9c33b1f6e5d4c37bbb46dde19af41afc1ddb2a
 
25
 
26
  # install python packages
27
  COPY --chown=$UNAME requirements.txt /tmp/requirements.txt
28
+ RUN python3.10 -m pip install --no-cache-dir --upgrade setuptools==69.5.1 distlib pip && \
29
  python3.10 -m pip install --no-cache-dir -r /tmp/requirements.txt && \
30
  rm /tmp/requirements.txt
31
  RUN python3.10 -m pip install git+https://github.com/facebookresearch/detectron2.git@fc9c33b1f6e5d4c37bbb46dde19af41afc1ddb2a