Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lehner committed May 11, 2024
1 parent 6943ee5 commit 4c4a0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /app

RUN \
apt-get update && \
apt-get install --no-install-recommends -y python3.8 python3-pip sudo && \
apt-get install --no-install-recommends -y python3.10 python3-pip sudo && \
rm -rf /var/lib/apt/lists/* && \
pip3 install --no-cache-dir numpy

Expand Down

0 comments on commit 4c4a0fd

Please sign in to comment.