Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
apaletta3 authored Jan 8, 2025
1 parent 237e547 commit c973c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/development/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ RUN apt-get update -y \
python3-pip \
&& rm -rf /var/lib/apt/lists/*

RUN && python3.9 -m pip install --upgrade pip ipython \
RUN python3.9 -m pip install --upgrade pip ipython \
&& python3.10 -m pip install --upgrade pip ipython \
&& python3.11 -m pip install --upgrade pip ipython \
&& python3.12 -m pip install --upgrade pip ipython \
Expand Down

0 comments on commit c973c73

Please sign in to comment.