Python 3.11 / CUDA 12.4.1 / Devel
IMAGE
registry.liqpod.cloud/liqpod-official/python:ubuntu22.04-py311-cuda12.4.1-devel
템플릿 정보
이름
ubuntu22.04-py311-cuda12.4.1-devel
설명
Python 3.11 / CUDA 12.4.1 / Devel
카테고리
OS
공개 여부
공개
태그
Ubuntu 22.04, Python 3.1.1, CUDA 12.4.1, devel
저장소 주소
registry.liqpod.cloud/liqpod-official/python:ubuntu22.04-py311-cuda12.4.1-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 : 랜덤 생성됨