코드 러너(Learner+ Runner)

리눅스 환경구축 본문

카테고리 없음

리눅스 환경구축

mallard.oh 2022. 11. 10. 00:24

OS: Ubuntu 18.04LTS

Tensorflow 2.6.0 (pip3로 설치)

NVIDIA 드라이브 잡아줘야 함(apt-get update -> auto)

Anaconda 설치

conda install cudatoolkit cudnn

base에서 nb_conda 설치

pip install torch==1.7.1+cu110 torchvision==0.8.2+cu110 torchaudio===0.7.2 -f https://download.pytorch.org/whl/torch_stable.html

<test>

tf.config.list_physical_devices('GPU')

nvidia-smi

nvcc -V (When 'cuda' is installed again)

 

Pycharm 설치

Comments