-
基本は以下ページ通り。必要なものはpipでインストール
~~ * 最新のTensorFlowだと警告がたくさん出るので、ダウングレード
pip install install tensorflow==2.11
-
cuDNNのダウンロード・インストール
参考:https://super-vitality.com/tensorflow-nvidia-gpu/
参考:https://www.kkaneko.jp/tools/ubuntu/ubuntu_cudnn.html
apt -y update
apt -y install libcudnn8 libcudnn8-dev
docker run --gpus all -it -v C:\Users\dko5k\Documents\git\investment_support_with_ai:/home/git/investment_support_with_ai investment_gpu:base