@@ -31,43 +31,43 @@ SageMaker TensorFlow Docker containers
31
31
32
32
The latest containers include the following Python packages:
33
33
34
- +--------------------------------+---------------+---------------+
35
- | Dependencies | TF 1.15.2 | TF 2.1 |
36
- +--------------------------------+---------------+---------------+
37
- | awscli | 1.18.1 | 1.18.3 |
38
- +--------------------------------+---------------+---------------+
39
- | boto3 | 1.12.1 | 1.12.3 |
40
- +--------------------------------+---------------+---------------+
41
- | botocore | 1.15.1 | 1.15.3 |
42
- +--------------------------------+---------------+---------------+
43
- | h5py | 2.10.0 | 2.10.0 |
44
- +--------------------------------+---------------+---------------+
45
- | horovod | 0.18.2 | 0.18.2 |
46
- +--------------------------------+---------------+---------------+
47
- | keras | 2.3.1 | 2.3.1 |
48
- +--------------------------------+---------------+---------------+
49
- | mpi4py | 3.0.2 | 3.0.3 |
50
- +--------------------------------+---------------+---------------+
51
- | numpy | 1.18.1 | 1.18.1 |
52
- +--------------------------------+---------------+---------------+
53
- | pandas | 0.24.2 | 1.0.1 |
54
- +--------------------------------+---------------+---------------+
55
- | pip | 20.0.2 | 20.0.2 |
56
- +--------------------------------+---------------+---------------+
57
- | Pillow | 6.2.1 | 7.0.0 |
58
- +--------------------------------+---------------+---------------+
59
- | Python | 2.7 or 3.6 | 2.7 or 3.6 |
60
- +--------------------------------+---------------+---------------+
61
- | requests | 2.22.0 | 2.22.0 |
62
- +--------------------------------+---------------+---------------+
63
- | sagemaker-containers | 2.7.0 | 2.8.0 |
64
- +--------------------------------+---------------+---------------+
65
- | sagemaker-tensorflow-container | 1.15.0.1.1.0 | 2.0.0.1.1.0 |
66
- +--------------------------------+---------------+---------------+
67
- | scipy | 1.2.2 | 1.4.1 |
68
- +--------------------------------+---------------+---------------+
69
- | tensorflow | 1.15.2 | 2.1.0 |
70
- +--------------------------------+---------------+---------------+
34
+ +--------------------------------+-------------------- +---------------+
35
+ | Dependencies | TF 1.15.2 | TF 2.1 |
36
+ +--------------------------------+-------------------- +---------------+
37
+ | awscli | 1.18.1 | 1.18.3 |
38
+ +--------------------------------+-------------------- +---------------+
39
+ | boto3 | 1.12.1 | 1.12.3 |
40
+ +--------------------------------+-------------------- +---------------+
41
+ | botocore | 1.15.1 | 1.15.3 |
42
+ +--------------------------------+-------------------- +---------------+
43
+ | h5py | 2.10.0 | 2.10.0 |
44
+ +--------------------------------+-------------------- +---------------+
45
+ | horovod | 0.18.2 | 0.18.2 |
46
+ +--------------------------------+-------------------- +---------------+
47
+ | keras | 2.3.1 | 2.3.1 |
48
+ +--------------------------------+-------------------- +---------------+
49
+ | mpi4py | 3.0.2 | 3.0.3 |
50
+ +--------------------------------+-------------------- +---------------+
51
+ | numpy | 1.18.1 | 1.18.1 |
52
+ +--------------------------------+-------------------- +---------------+
53
+ | pandas | 0.24.2 | 1.0.1 |
54
+ +--------------------------------+-------------------- +---------------+
55
+ | pip | 20.0.2 | 20.0.2 |
56
+ +--------------------------------+-------------------- +---------------+
57
+ | Pillow | 6.2.1 | 7.0.0 |
58
+ +--------------------------------+-------------------- +---------------+
59
+ | Python | 2.7, 3.6 or 3.7 | 2.7 or 3.6 |
60
+ +--------------------------------+-------------------- +---------------+
61
+ | requests | 2.22.0 | 2.22.0 |
62
+ +--------------------------------+-------------------- +---------------+
63
+ | sagemaker-containers | 2.7.0 | 2.8.0 |
64
+ +--------------------------------+-------------------- +---------------+
65
+ | sagemaker-tensorflow-container | 1.15.0.1.1.0 | 2.0.0.1.1.0 |
66
+ +--------------------------------+-------------------- +---------------+
67
+ | scipy | 1.2.2 | 1.4.1 |
68
+ +--------------------------------+-------------------- +---------------+
69
+ | tensorflow | 1.15.2 | 2.1.0 |
70
+ +--------------------------------+-------------------- +---------------+
71
71
72
72
Script Mode TensorFlow Docker images support Python 2.7 and Python 3.6, Python 3.7 for TensorFlow version 1.15.2. The Docker images extend Ubuntu 16.04.
73
73
0 commit comments