Ubuntu14.04にCUDA10を入れる
1456 ワード
まずは、以下を実行しておく
apt-get update
apt-get upgrade
今まで使っていたものを削除する
sudo apt-get remove nvidia*
sudo apt-get remove cuda*
sudo apt-get autoremove
CUDA Toolkit 10.0 Download
で以下のように選択する。
Ctrl + Alt + F1
でCUIに移動して、
sudo service lightdm stop
ファイルのある場所に移動して(cd ~/ダウンロード
)
sudo sh cuda_10.0.hoge_hoge.hoge_linux.run
おまけ
tensorflow-gpuとkerasはanacondaで入れると必要なcudnnとかを自動でインストールしてくれる。さらにpipで入れるより高速らしい
conda install tensorflow-gpu
conda install keras
Author And Source
この問題について(Ubuntu14.04にCUDA10を入れる), 我々は、より多くの情報をここで見つけました https://qiita.com/matsu_mh/items/8debcc76bfd82608d51b著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .