Skip to content

Commit

Permalink
Ubuntu 22.04でのCUDAのインストールエラーを回避。
Browse files Browse the repository at this point in the history
  • Loading branch information
rigaya committed May 11, 2024
1 parent 25d9e06 commit aa05951
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/docker_ubuntu2204_cuda11
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ ARG DEBIAN_FRONTEND=noninteractive \
LOCAL_USER_ID=1000 \
LOCAL_GROUP_ID=1000 \
CUDA_VER_MAJOR=11 \
CUDA_VER_MINOR=8 \
CUDA_DEB_URL=https://developer.download.nvidia.com/compute/cuda/11.8.0/local_installers/cuda-repo-ubuntu2204-11-8-local_11.8.0-520.61.05-1_amd64.deb \
CUDA_DEB_NAME=cuda-repo-ubuntu2204-11-8-local_11.8.0-520.61.05-1_amd64.deb \
CUDA_GPG_PATH=/var/cuda-repo-ubuntu2204-11-8-local
CUDA_VER_MINOR=7 \
CUDA_DEB_URL=https://developer.download.nvidia.com/compute/cuda/11.7.0/local_installers/cuda-repo-ubuntu2204-11-7-local_11.7.0-515.43.04-1_amd64.deb \
CUDA_DEB_NAME=cuda-repo-ubuntu2204-11-7-local_11.7.0-515.43.04-1_amd64.deb \
CUDA_GPG_PATH=/var/cuda-repo-ubuntu2204-11-7-local

RUN apt update \
&& apt-get install -y \
Expand Down

0 comments on commit aa05951

Please sign in to comment.