Notice
Recent Posts
Recent Comments
Link
목록도커 (1)
WinGyu_coder
Docker 도커로 GPU 사용하여 우분투 서버 실행시키기
distribution=$(. /etc/os-release;echo $ID$VERSION_ID) \ && curl -s -L https://nvidia.github.io/nvidia-docker/gpgkey | sudo apt-key add - \ && curl -s -L https://nvidia.github.io/nvidia-docker/$distribution/nvidia-docker.list | sudo tee /etc/apt/sources.list.d/nvidia-docker.list 우선 위에 명령어를 사용 후 apt-get update apt-get install -y nvidia-docker2 systemctl restart docker 위 명령어로 설치 후 도커를 재 실행 시켜주면 된다...
리눅스, 서버
2024. 3. 20. 09:18