Skip to content

Commit

Permalink
🐳 Upgrade pip in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lukethehuman committed Oct 20, 2023
1 parent a936ba1 commit 4b11f40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/sledo-ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN cd /$WORKDIR && \
git clone https://github.com/aurora-multiphysics/sledo.git && \
cd sledo && \
git checkout "$build_git_sha" && \
pip install --upgrade pip && \
sudo apt update && \
sudo apt install python3.8-venv && \
chmod +x install.sh && \
Expand Down

0 comments on commit 4b11f40

Please sign in to comment.