回答編集履歴
1
説明を追記しました。
answer
CHANGED
@@ -23,4 +23,6 @@
|
|
23
23
|
|
24
24
|
また、Docker で CUDA を使いたい場合は、 `nvidia:cuda` イメージ https://hub.docker.com/r/nvidia/cuda/ を使うと、Docker イメージを pull した段階で、EULA に同意した状態となると、[Docker Hub のドキュメント](https://hub.docker.com/r/nvidia/cuda/) に記述があります。
|
25
25
|
|
26
|
-
> The images are governed by the following NVIDIA End User License Agreements. By pulling and using the CUDA images, you accept the terms and conditions of these licenses.
|
26
|
+
> The images are governed by the following NVIDIA End User License Agreements. By pulling and using the CUDA images, you accept the terms and conditions of these licenses.
|
27
|
+
|
28
|
+
ご質問にある EULA の対処方法は何かしらあるとは思います。ですが、今取り組まれている、通常のサーバと同じ方法で Docker にインストールするのではなく、既に提供されている Docker イメージを使ったインストール方法を模索されてはいかがでしょうか。
|