Nvidia docker와 관련된 설명이 있는 사이트

docs.nvidia.com/datacenter/cloud-native/container-toolkit/arch-overview.html

 

 

Architecture Overview — NVIDIA Cloud Native Technologies documentation

nvidia-container-runtime This component used to be a complete fork of runC with NVIDIA specific code injected into it. Since 2019, it is a thin wrapper around the native runC installed on the host system. nvidia-container-runtime takes a runC spec as input

docs.nvidia.com

 

 

 

 

 Docker, CUDA, NVIDIA Driver 설치 완료.

But, Docker container  run 할시, --gpus all 옵션 사용하기 위해 시행착오 끝에 nvidia-container-toolkit 설치완료.

 

offline에서 설치하기 위해 참고한 사이트

github.com/NVIDIA/nvidia-docker/issues/1074

 

How can I install the NVIDIA Container Toolkit offline ? · Issue #1074 · NVIDIA/nvidia-docker

Hello, I have to install the NCT offilne because of some mysterious power, Could u give me the way to install the wonderful NCT? (I have installed docker ce 19.03,nvidia driver) (please help the ch...

github.com

 

위사이트 링크 세개중 nvidia-container-runtime-gh-pages/stable/ubuntu18.04/amd64/tnvidia-container-toolkit_** 에 있는 deb 파일로 다운받음.

 

이후 RTX 3090과 호완이 안되어서 pytorch 1.7+cud110 설치중인데 필요한 requirement 가 있어서 하나하나 설치 중.

offline 작업하는 사람을 위해 whl파일 설명서에 requirement 파일 리스트좀 미리 알려줬으면 좋겠다...  

+ Recent posts