File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,8 @@ Base Images
63
63
~~~~~~~~~~~
64
64
65
65
The "base" Dockerfile encompass the installation of the framework and all of the dependencies
66
- needed.
66
+ needed. It is needed before building image for TensorFlow 1.8.0 and before.
67
+ Building a base image is not required for images for TensorFlow 1.9.0 and onwards.
67
68
68
69
Tagging scheme is based on <tensorflow_version>-<processor>-<python_version>. (e.g. 1.4
69
70
.1-cpu-py2)
@@ -98,7 +99,7 @@ Final Images
98
99
99
100
The "final" Dockerfiles encompass the installation of the SageMaker specific support code.
100
101
101
- All “final” Dockerfiles use `base images for building <https://github
102
+ For images of TensorFlow 1.8.0 and before, all “final” Dockerfiles use `base images for building <https://github
102
103
.com/aws/sagemaker-tensorflow-containers/blob/master/docker/1.4.1/final/py2/Dockerfile.cpu#L2> `__.
103
104
104
105
These “base” images are specified with the naming convention of
@@ -107,7 +108,9 @@ tensorflow-base:<tensorflow_version>-<processor>-<python_version>.
107
108
Before building “final” images:
108
109
109
110
Build your “base” image. Make sure it is named and tagged in accordance with your “final”
110
- Dockerfile.
111
+ Dockerfile. Skip this step if you want to build image of Tensorflow Version 1.9.0 and above.
112
+
113
+ Then prepare the SageMaker TensorFlow Container python package in the image folder like below:
111
114
112
115
::
113
116
You can’t perform that action at this time.
0 commit comments