Python container 생성 후 torch 라이브러리 업데이트 문제


  • Level 2

    Python container 에서 pip 명령어 사용하여 torch 라이브러리 업데이트 하려고 했더니..

    다운 받고 나서 프로세스가 죽는지 더이상 진행이 되지 않네요.

    혹시나 정책상 불가 한가 싶어서 문의 넣었는데.. 일단 제한은 없다고 답변을 받은 상태입니다.

    Requirement already satisfied: torch in /usr/local/lib/python3.7/site-packages (1.3.1+cpu)
    Collecting torch
      Downloading torch-1.8.0-cp37-cp37m-manylinux1_x86_64.whl (735.5 MB)
         |████████████████████████████████| 735.5 MB 2.8 MB/s eta 0:00:01죽었음
    

    뭐가 문제일까요?

  • Level 15

    안녕하세요.

    아래 커맨드로 설치해보시기 바랍니다.

    pip install torch==1.8.0+cpu torchvision==0.9.0+cpu torchaudio==0.8.0 -f https://download.pytorch.org/whl/torch_stable.html
    

    위 커맨드는 https://pytorch.org/get-started/locally/ 에 접속하셔서
    PyTorch Build - Stable
    Your OS - Linux
    Package - Pip
    Language - Python
    Compute Platform - None
    옵션을 선택하시면 얻을 수 있습니다.

    감사합니다.

ONLINE USERS

POPULAR TOPICS

SUGGESTED TOPICS