AI
PyTorch 2.11.0 CUDA 13.0

Ubuntu 24.04devel

IMAGE

pytorch/pytorch:2.11.0-cuda13.0-cudnn9-devel

템플릿 정보

이름

PyTorch 2.11.0 CUDA 13.0

설명

카테고리

AI

공개 여부

공개

태그

Ubuntu 24.04, devel

저장소 주소

pytorch/pytorch:2.11.0-cuda13.0-cudnn9-devel

시작 명령어

sh -c '\ apt-get update && \ apt-get install -y --no-install-recommends openssh-server sudo && \ mkdir /var/run/sshd && \ sed -i "s/#PermitRootLogin prohibit-password/PermitRootLogin yes/" /etc/ssh/sshd_config && \ sed -i "s/#PasswordAuthentication yes/PasswordAuthentication yes/" /etc/ssh/sshd_config && \ grep -q "^PermitRootLogin" /etc/ssh/sshd_config || echo "PermitRootLogin yes" >> /etc/ssh/sshd_config && \ grep -q "^PasswordAuthentication" /etc/ssh/sshd_config || echo "PasswordAuthentication yes" >> /etc/ssh/sshd_config ssh-keygen -A && \ if [ -n "$ROOT_PASSWORD" ]; then echo root:"$ROOT_PASSWORD" | chpasswd; fi && \ exec /usr/sbin/sshd -D'

포트

  • 22 : (SSH) ssh

환경 변수

  • ROOT_PASSWORD : 랜덤 생성됨