Skip to content

Commit 4add5fc

Browse files
authored
Add supported CUDA version to the documentation. (#372)
* Add supported CUDA version to the documentation about ML frameworks containers. * Move tensorflow cuda dependency.
1 parent c52e9f2 commit 4add5fc

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

src/sagemaker/chainer/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
+-----------------------------+-------------+

src/sagemaker/mxnet/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
+-------------------------+--------------+-------------+-------------+-------------+

src/sagemaker/pytorch/README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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 |

src/sagemaker/tensorflow/README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)