이 페이지에서는 Deep Learning VM Image 인스턴스를 생성할 때 발생할 수 있는 문제와 문제 해결 방법을 설명합니다.
할당량 초과
증상: - Quota 'NVIDIA_P4_GPUS' exceeded. Limit: 0.0 in region
us-east1.
문제: 할당량이 충분하지 않습니다.
해결방법: GPU를 사용하여 인스턴스를 만들려면 먼저 GPU 할당량이 있어야 합니다.
할당량 페이지에서 프로젝트에 사용 가능한 GPU가 충분히 있는지 확인하세요. GPU가 할당량 페이지에 나와 있지 않거나 추가 GPU 할당량이 필요한 경우 할당량 상향 조정을 요청하세요. 프로젝트에 기존 결제 내역이 있는 경우에는 요청을 제출하면 할당량이 자동으로 제공됩니다. 무료 체험판 계정에는 기본적으로 GPU 할당량이 없습니다.
선점형 GPU와 일반 GPU는 따로 할당량 요청을 해야 한다는 점에 유의하세요. 선점형 GPU 할당량은 일반 GPU에 사용할 수 없습니다. 또한 리전별로 할당량이 주어지므로 할당량이 있는 리전에서 인스턴스를 만들어야 합니다.
리소스를 찾지 못함
증상: - The resource 'projects/deeplearning-platform/zones/europe-west4-c/acceleratorTypes/nvidia-tesla-p4'
was not found
문제: GPU를 사용할 수 없는 리전에서 GPU가 1개 이상 포함된 인스턴스를 만들려고 합니다(예: europe-west4-c에서 P4 GPU가 포함된 인스턴스).
일부 Linux 클라이언트에서 localhost는 IPv6 루프백 주소(::1)로 확인됩니다. ping -c 1 localhost를 사용하여 이를 확인하세요. 이 명령어가 IPv6 주소를 반환하면 gcloud compute ssh 명령어에서 -L 8080:localhost:8080 대신 -L 8080:127.0.0.1:8080을 사용합니다.
로컬 클라이언트에서 https://localhost:8080 대신 http://localhost:8080에 연결해야 합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-03-27(UTC)"],[[["This page provides solutions to common issues encountered when creating Deep Learning VM instances, such as quota limitations and resource unavailability."],["Insufficient GPU quota can prevent instance creation, requiring users to check their quotas and request increases, considering the distinction between preemptible and normal GPU quotas per region."],["Instances with GPUs must be created in regions where those GPUs are available, as attempting to create an instance in an unsupported region will result in a resource not found error."],["Preemptible instances cannot be created using the Google Cloud Marketplace UI, requiring the use of the CLI and the `--preemptible` flag."],["Connectivity problems with JupyterLab via SSH port forwarding can be resolved by using the correct IP address in the SSH command and connecting to the correct HTTP address."]]],[]]