Skip to content

Commit

Permalink
check g++ version.
Browse files Browse the repository at this point in the history
  • Loading branch information
JackAKirk committed May 3, 2024
1 parent 46977cb commit 121876f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions devops/containers/ubuntu2204_build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +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 && \
g++ --version && \
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 && \
amdgpu-install -y --usecase=rocmdev && \
Expand Down

0 comments on commit 121876f

Please sign in to comment.