forked from aws/deep-learning-containers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelease_images_inference.yml
32 lines (32 loc) · 1.4 KB
/
release_images_inference.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
release_images:
1:
framework: "mxnet"
version: "1.9.0"
customer_type: "ec2"
arch_type: "x86"
inference:
device_types: ["cpu", "gpu"]
python_versions: ["py38"]
os_version: "ubuntu20.04"
cuda_version: "cu112"
example: False # [Default: False] Set to True to denote that this image is an Example image
disable_sm_tag: False # [Default: False] Set to True to prevent SageMaker Abbreviated Tags from being attached
# to images being published.
force_release: False # [Default: False] Set to True to force images to be published even if the same image
# has already been published. Re-released image will have minor version incremented by 1.
2:
framework: "mxnet"
version: "1.9.0"
customer_type: "sagemaker"
arch_type: "x86"
inference:
device_types: ["cpu", "gpu"]
python_versions: ["py38"]
os_version: "ubuntu20.04"
cuda_version: "cu112"
example: False # [Default: False] Set to True to denote that this image is an Example image
disable_sm_tag: False # [Default: False] Set to True to prevent SageMaker Abbreviated Tags from being attached
# to images being published.
force_release: False # [Default: False] Set to True to force images to be published even if the same image
# has already been published. Re-released image will have minor version incremented by 1.