Skip to content

Commit

Permalink
update images
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeimonakhov committed Oct 15, 2023
1 parent df77b74 commit 5819c1a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions images/keras/cuda11-8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ ENV DEBIAN_FRONTEND="noninteractive"

SHELL ["/bin/bash", "-c"]

RUN rm -rf /usr/bin/python3 \
/usr/bin/python \
&& ln -s /usr/bin/python3.10 /usr/bin/python3 \
&& ln -s /usr/bin/python3 /usr/bin/python

RUN apt-get update \
&& apt-get install -y software-properties-common \
&& add-apt-repository ppa:git-core/ppa -y \
Expand Down
5 changes: 5 additions & 0 deletions images/tensorflow-2/cuda11-8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ ENV DEBIAN_FRONTEND="noninteractive"

SHELL ["/bin/bash", "-c"]

RUN rm -rf /usr/bin/python3 \
/usr/bin/python \
&& ln -s /usr/bin/python3.10 /usr/bin/python3 \
&& ln -s /usr/bin/python3 /usr/bin/python

RUN apt-get update \
&& apt-get install -y software-properties-common \
&& add-apt-repository ppa:git-core/ppa -y \
Expand Down
5 changes: 5 additions & 0 deletions images/xgboost/cuda11-8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ ENV DEBIAN_FRONTEND="noninteractive"

SHELL ["/bin/bash", "-c"]

RUN rm -rf /usr/bin/python3 \
/usr/bin/python \
&& ln -s /usr/bin/python3.10 /usr/bin/python3 \
&& ln -s /usr/bin/python3 /usr/bin/python

RUN apt-get update \
&& apt-get install -y software-properties-common \
&& add-apt-repository ppa:git-core/ppa -y \
Expand Down

0 comments on commit 5819c1a

Please sign in to comment.