Skip to content

Commit

Permalink
remove gcc13 etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
JackAKirk committed May 2, 2024
1 parent 98a0302 commit 46977cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devops/containers/ubuntu2204_build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ COPY scripts/install_build_tools.sh /install.sh
RUN /install.sh

RUN apt install -yqq libnuma-dev wget gnupg2 && \
apt-get remove -y gcc-13 g++-13 libstdc++-13-dev && \
apt-get install -yqq gcc-12 g++-12 libstdc++-12-dev && \
wget https://repo.radeon.com/amdgpu-install/6.1/ubuntu/jammy/amdgpu-install_6.1.60100-1_all.deb && \
apt install -yqq ./amdgpu-install_6.1.60100-1_all.deb && \
Expand Down

0 comments on commit 46977cb

Please sign in to comment.