Skip to content

Commit

Permalink
use cuda 12.4.1 and gcc 12.
Browse files Browse the repository at this point in the history
  • Loading branch information
JackAKirk committed May 2, 2024
1 parent 5291212 commit 98a0302
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devops/containers/ubuntu2204_build.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nvidia/cuda:12.4.0-devel-ubuntu22.04
FROM nvidia/cuda:12.4.1-devel-ubuntu22.04

ENV DEBIAN_FRONTEND=noninteractive

Expand All @@ -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 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 && \
amdgpu-install -y --usecase=rocmdev && \
Expand Down

0 comments on commit 98a0302

Please sign in to comment.