Skip to content

Commit dce221e

Browse files
yangawswinstonaws
authored andcommitted
Update readme with instructions for 1.9.0 and above (#74)
* Update readme with instructions for 1.9.0 and above * Update README
1 parent b16ff74 commit dce221e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ Base Images
6363
~~~~~~~~~~~
6464

6565
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.
6768

6869
Tagging scheme is based on <tensorflow_version>-<processor>-<python_version>. (e.g. 1.4
6970
.1-cpu-py2)
@@ -98,7 +99,7 @@ Final Images
9899

99100
The "final" Dockerfiles encompass the installation of the SageMaker specific support code.
100101

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
102103
.com/aws/sagemaker-tensorflow-containers/blob/master/docker/1.4.1/final/py2/Dockerfile.cpu#L2>`__.
103104

104105
These “base” images are specified with the naming convention of
@@ -107,7 +108,9 @@ tensorflow-base:<tensorflow_version>-<processor>-<python_version>.
107108
Before building “final” images:
108109

109110
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:
111114

112115
::
113116

0 commit comments

Comments
 (0)