File tree 4 files changed +5
-2
lines changed
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:
639
639
+-----------------------------+-------------+
640
640
| chainermn | 1.2.0 |
641
641
+-----------------------------+-------------+
642
- | CUDA | 9.0 |
642
+ | CUDA (GPU image only) | 9.0 |
643
643
+-----------------------------+-------------+
644
644
| cupy | 4.0.0 |
645
645
+-----------------------------+-------------+
Original file line number Diff line number Diff line change @@ -590,7 +590,7 @@ The Docker images have the following dependencies installed:
590
590
+-------------------------+--------------+-------------+-------------+-------------+
591
591
| Python | 2.7 or 3.5 | 2.7 or 3.5| 2.7 or 3.5| 2.7 or 3.5|
592
592
+-------------------------+--------------+-------------+-------------+-------------+
593
- | CUDA | 9.0 | 9.0 | 9.0 | 9.0 |
593
+ | CUDA (GPU image only) | 9.0 | 9.0 | 9.0 | 9.0 |
594
594
+-------------------------+--------------+-------------+-------------+-------------+
595
595
| numpy | 1.13.3 | 1.13.3 | 1.13.3 | 1.14.5 |
596
596
+-------------------------+--------------+-------------+-------------+-------------+
Original file line number Diff line number Diff line change @@ -667,6 +667,8 @@ The PyTorch Docker images have the following dependencies installed:
667
667
+-----------------------------+---------------+
668
668
| botocore | 1.10.35 |
669
669
+-----------------------------+---------------+
670
+ | CUDA (GPU image only) | 9.0 |
671
+ +-----------------------------+---------------+
670
672
| numpy | 1.14.3 |
671
673
+-----------------------------+---------------+
672
674
| 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
850
850
851
851
- boto3
852
852
- botocore
853
+ - CUDA 9.0 (GPU image only)
853
854
- grpcio
854
855
- numpy
855
856
- pandas
You can’t perform that action at this time.
0 commit comments