Skip to content

Commit 4fe4562

Browse files
committed
test cuda110
1 parent 00c3cc5 commit 4fe4562

File tree

1 file changed

+3
-63
lines changed

1 file changed

+3
-63
lines changed

tensorflow/buildspec.yml

Lines changed: 3 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
account_id: &ACCOUNT_ID <set-$ACCOUNT_ID-in-environment>
22
region: &REGION <set-$REGION-in-environment>
33
framework: &FRAMEWORK tensorflow
4-
version: &VERSION 2.4.1
5-
short_version: &SHORT_VERSION 2.4
4+
version: &VERSION 2.3.2
5+
short_version: &SHORT_VERSION 2.3
66

77
repository_info:
88
training_repository: &TRAINING_REPOSITORY
@@ -23,9 +23,6 @@ context:
2323
dockerd-entrypoint:
2424
source: docker/build_artifacts/dockerd-entrypoint.py
2525
target: dockerd-entrypoint.py
26-
deep_learning_container:
27-
source: ../../src/deep_learning_container.py
28-
target: deep_learning_container.py
2926
inference_context: &INFERENCE_CONTEXT
3027
sagemaker_package_name:
3128
source: docker/build_artifacts/sagemaker
@@ -36,25 +33,8 @@ context:
3633
dockerd-entrypoint:
3734
source: docker/build_artifacts/dockerd-entrypoint.py
3835
target: dockerd-entrypoint.py
39-
deep_learning_container:
40-
source: ../../src/deep_learning_container.py
41-
target: deep_learning_container.py
4236

4337
images:
44-
BuildTensorflowCpuPy37TrainingDockerImage:
45-
<<: *TRAINING_REPOSITORY
46-
build: &TENSORFLOW_CPU_TRAINING_PY3 false
47-
image_size_baseline: &IMAGE_SIZE_BASELINE 4489
48-
device_type: &DEVICE_TYPE cpu
49-
python_version: &DOCKER_PYTHON_VERSION py3
50-
tag_python_version: &TAG_PYTHON_VERSION py37
51-
os_version: &OS_VERSION ubuntu18.04
52-
tag: !join [ *VERSION, "-", *DEVICE_TYPE, "-", *TAG_PYTHON_VERSION, "-", *OS_VERSION
53-
]
54-
docker_file: !join [ docker/, *SHORT_VERSION, /, *DOCKER_PYTHON_VERSION, /Dockerfile.,
55-
*DEVICE_TYPE ]
56-
context:
57-
<<: *TRAINING_CONTEXT
5838
BuildTensorflowGpuPy37Cu110TrainingDockerImage:
5939
<<: *TRAINING_REPOSITORY
6040
build: &TENSORFLOW_GPU_TRAINING_PY3 false
@@ -70,44 +50,4 @@ images:
7050
/Dockerfile., *DEVICE_TYPE ]
7151
context:
7252
<<: *TRAINING_CONTEXT
73-
BuildTensorflowExampleGpuPy37Cu110TrainingDockerImage:
74-
<<: *TRAINING_REPOSITORY
75-
build: &TENSORFLOW_GPU_TRAINING_PY3 false
76-
image_size_baseline: &IMAGE_SIZE_BASELINE 7738
77-
base_image_name: BuildTensorflowGpuPy37Cu110TrainingDockerImage
78-
device_type: &DEVICE_TYPE gpu
79-
python_version: &DOCKER_PYTHON_VERSION py3
80-
tag_python_version: &TAG_PYTHON_VERSION py37
81-
cuda_version: &CUDA_VERSION cu110
82-
os_version: &OS_VERSION ubuntu18.04
83-
tag: !join [ *VERSION, "-", *DEVICE_TYPE, "-", *TAG_PYTHON_VERSION, "-", *CUDA_VERSION,
84-
"-", *OS_VERSION, "-example" ]
85-
docker_file: !join [ docker/, *SHORT_VERSION, /, *DOCKER_PYTHON_VERSION, /example,
86-
/Dockerfile., *DEVICE_TYPE ]
87-
context:
88-
<<: *TRAINING_CONTEXT
89-
BuildTensorflowCPUInferencePy3DockerImage:
90-
<<: *INFERENCE_REPOSITORY
91-
build: &TENSORFLOW_CPU_INFERENCE_PY3 false
92-
image_size_baseline: 4899
93-
device_type: &DEVICE_TYPE cpu
94-
python_version: &DOCKER_PYTHON_VERSION py3
95-
tag_python_version: &TAG_PYTHON_VERSION py37
96-
os_version: &OS_VERSION ubuntu18.04
97-
tag: !join [ *VERSION, "-", *DEVICE_TYPE, "-", *TAG_PYTHON_VERSION, "-", *OS_VERSION ]
98-
docker_file: !join [ docker/, *SHORT_VERSION, /, *DOCKER_PYTHON_VERSION, /Dockerfile., *DEVICE_TYPE ]
99-
context:
100-
<<: *INFERENCE_CONTEXT
101-
BuildTensorflowGPUInferencePy3DockerImage:
102-
<<: *INFERENCE_REPOSITORY
103-
build: &TENSORFLOW_GPU_INFERENCE_PY3 false
104-
image_size_baseline: 7738
105-
device_type: &DEVICE_TYPE gpu
106-
python_version: &DOCKER_PYTHON_VERSION py3
107-
tag_python_version: &TAG_PYTHON_VERSION py37
108-
cuda_version: &CUDA_VERSION cu110
109-
os_version: &OS_VERSION ubuntu18.04
110-
tag: !join [ *VERSION, "-", *DEVICE_TYPE, "-", *TAG_PYTHON_VERSION, "-", *CUDA_VERSION, "-", *OS_VERSION ]
111-
docker_file: !join [ docker/, *SHORT_VERSION, /, *DOCKER_PYTHON_VERSION, /, *CUDA_VERSION, /Dockerfile., *DEVICE_TYPE ]
112-
context:
113-
<<: *INFERENCE_CONTEXT
53+

0 commit comments

Comments
 (0)