실행
docker run -i -t -p 8888:8888 anaconda3 /bin/bash -c "\
jupyter notebook \
--notebook-dir=/opt/notebooks --ip='*' --port=8888 \
--no-browser --allow-root"
ONNX(예정)
https://tutorials.pytorch.kr/advanced/ONNXLive.html
파이토치
conda install pytorch torchvision torchaudio pytorch-cuda=11.6 -c pytorch -c nvidia
Reference
https://hub.docker.com/r/continuumio/anaconda3