File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed
Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -639,7 +639,7 @@ The Chainer Docker images have the following dependencies installed:
639639+-----------------------------+-------------+
640640| chainermn | 1.2.0 |
641641+-----------------------------+-------------+
642- | CUDA | 9.0 |
642+ | CUDA (GPU image only) | 9.0 |
643643+-----------------------------+-------------+
644644| cupy | 4.0.0 |
645645+-----------------------------+-------------+
Original file line number Diff line number Diff line change @@ -590,7 +590,7 @@ The Docker images have the following dependencies installed:
590590+-------------------------+--------------+-------------+-------------+-------------+
591591| Python | 2.7 or 3.5 | 2.7 or 3.5| 2.7 or 3.5| 2.7 or 3.5|
592592+-------------------------+--------------+-------------+-------------+-------------+
593- | CUDA | 9.0 | 9.0 | 9.0 | 9.0 |
593+ | CUDA (GPU image only) | 9.0 | 9.0 | 9.0 | 9.0 |
594594+-------------------------+--------------+-------------+-------------+-------------+
595595| numpy | 1.13.3 | 1.13.3 | 1.13.3 | 1.14.5 |
596596+-------------------------+--------------+-------------+-------------+-------------+
Original file line number Diff line number Diff line change @@ -667,6 +667,8 @@ The PyTorch Docker images have the following dependencies installed:
667667+-----------------------------+---------------+
668668| botocore | 1.10.35 |
669669+-----------------------------+---------------+
670+ | CUDA (GPU image only) | 9.0 |
671+ +-----------------------------+---------------+
670672| numpy | 1.14.3 |
671673+-----------------------------+---------------+
672674| Pillow | 5.1.0 |
Original file line number Diff line number Diff line change @@ -850,6 +850,7 @@ The TensorFlow Docker images support Python 2.7. They include the following Pyth
850850
851851- boto3
852852- botocore
853+ - CUDA 9.0 (GPU image only)
853854- grpcio
854855- numpy
855856- pandas
You can’t perform that action at this time.
0 commit comments