Skip to content

Commit

Permalink
fix setuptools version in dockerfile (InternLM#1770)
Browse files Browse the repository at this point in the history
  • Loading branch information
RunningLeon authored Jun 13, 2024
1 parent da5ce97 commit 7db6934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN rm /etc/apt/sources.list.d/cuda*.list && apt-get update && apt-get install -

ENV PATH=/opt/py38/bin:$PATH

RUN python3 -m pip install --no-cache-dir --upgrade pip setuptools &&\
RUN python3 -m pip install --no-cache-dir --upgrade pip setuptools==69.5.1 &&\
python3 -m pip install --no-cache-dir torch==2.1.0 torchvision==0.16.0 --index-url https://download.pytorch.org/whl/cu118 &&\
python3 -m pip install --no-cache-dir cmake packaging wheel

Expand Down

0 comments on commit 7db6934

Please sign in to comment.