Skip to content

Commit

Permalink
Update pip in JetStream Pytorch and checkpoint Dockerfiles (#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
vivianrwu committed Jul 15, 2024
1 parent 0fd14fd commit 6d21def
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ RUN apt -y update && apt install -y --no-install-recommends \
curl \
gnupg

RUN python3 -m pip install --upgrade pip

RUN update-alternatives --install \
/usr/bin/python3 python3 /usr/bin/python3.10 1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ RUN apt -y update && apt install -y --no-install-recommends \
python3.10 \
python3-pip

RUN python3 -m pip install --upgrade pip

RUN update-alternatives --install \
/usr/bin/python3 python3 /usr/bin/python3.10 1

Expand Down

0 comments on commit 6d21def

Please sign in to comment.