File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
lib/AI/TensorFlow/Libtensorflow/Manual Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,17 @@ C<http://127.0.0.1:8888/> in order to connect to the Jupyter Notebook interface
94
94
via the web browser. In the browser, click on the C<notebook> folder to access
95
95
the notebooks.
96
96
97
+ If using the GPU Docker image for NVIDIA support, make sure that the
98
+ L<TensorFlow Docker requirements|https://www.tensorflow.org/install/docker#tensorflow_docker_requirements>
99
+ are met and that the correct flags are passed to C<docker run>, for example
100
+
101
+ C<<
102
+ docker run --rm --gpus all [...]
103
+ >>
104
+
105
+ More information about NVIDIA Docker containers can be found in the user guide
106
+ for the L<NVIDIA Container Toolkit|https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/user-guide.html>.
107
+
97
108
=begin :list
98
109
99
110
= C<latest>: base image with only C<libtensorflow> installed.
@@ -107,6 +118,8 @@ L<InferenceUsingTFHubEnformerGeneExprPredModel|AI::TensorFlow::Libtensorflow::Ma
107
118
= C<latest-nb-omnibus>: image containing dependencies for both of the above
108
119
notebooks.
109
120
121
+ = C<latest-gpu-nb-omnibus>: same as C<latest-nb-omnibus> but with NVIDIA GPU support.
122
+
110
123
=end :list
111
124
112
125
=head1 SEE ALSO
You can’t perform that action at this time.
0 commit comments