File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
bin/sagemaker-containers/tensorflow Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,12 @@ cm.json
116
116
cm.ts
117
117
collections.json
118
118
119
+ # Wheel and tar files from running `python bin/build_containers.py`
120
+ * .whl
121
+ bin /sagemaker-containers /** /* .tar.gz
122
+
119
123
# outdirs
124
+ data /
120
125
default /
121
126
newlogsRunTest * /
122
127
ts_outputs * /
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ aws s3 sync $TORNASOLE_BINARY_PATH tornasole-binary
32
32
cp tornasole-binary/* .whl .
33
33
export TORNASOLE_BINARY=` ls tornasole-* .whl`
34
34
35
- export TF_ESTIMATOR_BINARY_LOCATION=https://tensorflow-aws.s3-us-west-2.amazonaws.com/1.13/Ubuntu/estimator/tensorflow_estimator-1.13.1 -py2.py3-none-any.whl
35
+ export TF_ESTIMATOR_BINARY_LOCATION=https://tensorflow-aws.s3-us-west-2.amazonaws.com/1.13/Ubuntu/estimator/tensorflow_estimator-1.13.0 -py2.py3-none-any.whl
36
36
curl -O $TF_ESTIMATOR_BINARY_LOCATION
37
37
38
38
build () {
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ build() {
42
42
43
43
export ECR_REPO_NAME=tornasole-preprod-tf-1.14.0-$mode
44
44
# this is aws tf
45
- export TF_BINARY_LOCATION=https://tensorflow-aws.s3-us-west-2.amazonaws.com/1.14/AmazonLinux/$mode /latest-patch-latest-patch /tensorflow-1.14.0-cp36-cp36m-linux_x86_64.whl
45
+ export TF_BINARY_LOCATION=https://tensorflow-aws.s3-us-west-2.amazonaws.com/1.14/AmazonLinux/$mode /final /tensorflow-1.14.0-cp36-cp36m-linux_x86_64.whl
46
46
rm -rf tf-$mode .whl
47
47
curl -o tf-$mode .whl $TF_BINARY_LOCATION
48
48
docker build -t $ECR_REPO_NAME :$ECR_TAG_NAME --build-arg py_version=3 \
You can’t perform that action at this time.
0 commit comments