Skip to content

Commit

Permalink
lowered down the g++ version to comply with gpu architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
tekdogan committed Sep 19, 2024
1 parent 35cd927 commit b9ed6cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile-ubuntu-24.04
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ RUN cd Python-2.7.18 && ./configure --enable-optimizations && make altinstall
RUN ln -s "/usr/local/bin/python2.7" "/usr/bin/python2"

RUN rm -f /usr/bin/g++
RUN apt-get install -y g++-14
RUN ln -s /usr/bin/g++-14 /usr/bin/g++
RUN apt-get install -y g++-11
RUN ln -s /usr/bin/g++-11 /usr/bin/g++
RUN g++ --version

ADD ./entrypoint-build.sh /entrypoint.sh
Expand Down

0 comments on commit b9ed6cb

Please sign in to comment.