We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(該当部分)
開発ツールの追加、CUDAとCUDA Driverのインストール後もCUIモードで起動するためのコマンドを追加しておくと良いと思います。
(冒頭に以下を追加)
次のパッケージを事前にインストールします。
sudo apt-get update sudo apt-get install -y build-essential
CUDAをインストール後にもCUIモードで起動するように、次を設定します。
sudo systemctl set-default multi-user.target sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
The text was updated successfully, but these errors were encountered:
No branches or pull requests
(該当部分)
開発ツールの追加、CUDAとCUDA Driverのインストール後もCUIモードで起動するためのコマンドを追加しておくと良いと思います。
(冒頭に以下を追加)
次のパッケージを事前にインストールします。
CUDAをインストール後にもCUIモードで起動するように、次を設定します。
The text was updated successfully, but these errors were encountered: