Skip to content

Commit

Permalink
Remove '-imz-x.y.z' from Docker tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ashahba committed Feb 8, 2021
1 parent 0f5007f commit 598edce
Show file tree
Hide file tree
Showing 130 changed files with 176 additions and 176 deletions.
2 changes: 1 addition & 1 deletion datasets/coco/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ format.
--env OUTPUT_DIR=${OUTPUT_DIR} \
-v ${DATASET_DIR}:${DATASET_DIR} \
-v ${OUTPUT_DIR}:${OUTPUT_DIR} \
-t intel/object-detection:tf-1.15.2-imz-2.2.0-preprocess-coco-val
-t intel/object-detection:tf-1.15.2-preprocess-coco-val
```

After the script completes, the `OUTPUT_DIR` will have a TF records file
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/ml/scikit-learn-databricks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ It's based on Scikit-learn and TensorFlow conda packages from Intel channel

To build the container try this:
```
docker build -f scikit-learn-databricks.Dockerfile . -t intel/intel-optimized-ml:tf-2.3.0-imz-2.2.0-scikit-learn
docker build -f scikit-learn-databricks.Dockerfile . -t intel/intel-optimized-ml:tf-2.3.0-scikit-learn
```

To run the workflow try this:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ openAPI:
x-k8s-cli:
setter:
name: IMAGE_VERSION
value: tf-2.3.0-imz-2.2.0
value: tf-2.3.0
isSet: true
setBy: model-builder
io.k8s.cli.setters.MODEL_DIR:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
- name: mpi-launcher
imagePullPolicy: IfNotPresent
workingDir: /workspace/resnet50v1-5-fp32-training # {"$openapi":"MODEL_DIR"}
image: docker.io/intel/image-recognition:tf-2.3.0-imz-2.2.0-resnet50v1-5-fp32-training # {"$openapi":"IMAGE"}
image: docker.io/intel/image-recognition:tf-2.3.0-resnet50v1-5-fp32-training # {"$openapi":"IMAGE"}
securityContext:
runAsUser: 0 # {"$openapi":"USER_ID"}
runAsGroup: 0 # {"$openapi":"GROUP_ID"}
Expand Down Expand Up @@ -90,7 +90,7 @@ spec:
- name: mpi-worker
imagePullPolicy: IfNotPresent
workingDir: /workspace/resnet50v1-5-fp32-training # {"$openapi":"MODEL_DIR"}
image: docker.io/intel/image-recognition:tf-2.3.0-imz-2.2.0-resnet50v1-5-fp32-training # {"$openapi":"IMAGE"}
image: docker.io/intel/image-recognition:tf-2.3.0-resnet50v1-5-fp32-training # {"$openapi":"IMAGE"}
securityContext:
runAsUser: 0 # {"$openapi":"USER_ID"}
runAsGroup: 0 # {"$openapi":"GROUP_ID"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ openAPI:
x-k8s-cli:
setter:
name: IMAGE_VERSION
value: tf-2.3.0-imz-2.2.0
value: tf-2.3.0
isSet: true
setBy: model-builder
io.k8s.cli.setters.MODEL_DIR:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
- name: mpi-launcher
imagePullPolicy: IfNotPresent
workingDir: /workspace/resnet50v1-5-fp32-training # {"$openapi":"MODEL_DIR"}
image: docker.io/intel/image-recognition:tf-2.3.0-imz-2.2.0-resnet50v1-5-fp32-training # {"$openapi":"IMAGE"}
image: docker.io/intel/image-recognition:tf-2.3.0-resnet50v1-5-fp32-training # {"$openapi":"IMAGE"}
securityContext:
runAsUser: 0 # {"$openapi":"USER_ID"}
runAsGroup: 0 # {"$openapi":"GROUP_ID"}
Expand Down Expand Up @@ -92,7 +92,7 @@ spec:
- name: mpi-worker
imagePullPolicy: IfNotPresent
workingDir: /workspace/resnet50v1-5-fp32-training # {"$openapi":"MODEL_DIR"}
image: docker.io/intel/image-recognition:tf-2.3.0-imz-2.2.0-resnet50v1-5-fp32-training # {"$openapi":"IMAGE"}
image: docker.io/intel/image-recognition:tf-2.3.0-resnet50v1-5-fp32-training # {"$openapi":"IMAGE"}
securityContext:
runAsUser: 0 # {"$openapi":"USER_ID"}
runAsGroup: 0 # {"$openapi":"GROUP_ID"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ openAPI:
x-k8s-cli:
setter:
name: IMAGE_VERSION
value: tf-2.3.0-imz-2.2.0
value: tf-2.3.0
isSet: true
setBy: model-builder
io.k8s.cli.substitutions.GROUP_ID_VALUE:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
fsGroup: 0 # {"$openapi":"FS_ID"}
containers:
- name: single-node
image: docker.io/intel/image-recognition:tf-2.3.0-imz-2.2.0-resnet50v1-5-fp32-training # {"$openapi":"IMAGE"}
image: docker.io/intel/image-recognition:tf-2.3.0-resnet50v1-5-fp32-training # {"$openapi":"IMAGE"}
workingDir: /workspace/resnet50v1-5-fp32-training # {"$openapi":"MODEL_DIR"}
command:
- python
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ openAPI:
x-k8s-cli:
setter:
name: IMAGE_VERSION
value: tf-2.3.0-imz-2.2.0
value: tf-2.3.0
isSet: true
setBy: model-builder
io.k8s.cli.substitutions.GROUP_ID_VALUE:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
fsGroup: 0 # {"$openapi":"FS_ID"}
containers:
- name: single-node
image: docker.io/intel/image-recognition:tf-2.3.0-imz-2.2.0-resnet50v1-5-fp32-training # {"$openapi":"IMAGE"}
image: docker.io/intel/image-recognition:tf-2.3.0-resnet50v1-5-fp32-training # {"$openapi":"IMAGE"}
workingDir: /workspace/resnet50v1-5-fp32-training # {"$openapi":"MODEL_DIR"}
command:
- python
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ openAPI:
x-k8s-cli:
setter:
name: IMAGE_VERSION
value: tf-2.3.0-imz-2.2.0
value: tf-2.3.0
isSet: true
setBy: model-builder
io.k8s.cli.substitutions.GROUP_ID_VALUE:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
- name: mpi-launcher
imagePullPolicy: IfNotPresent
workingDir: /workspace/bert-large-fp32-training # {"$openapi":"MODEL_DIR"}
image: docker.io/intel/language-modeling:tf-2.3.0-imz-2.2.0-bert-large-fp32-training # {"$openapi":"IMAGE"}
image: docker.io/intel/language-modeling:tf-2.3.0-bert-large-fp32-training # {"$openapi":"IMAGE"}
securityContext:
runAsUser: 0 # {"$openapi":"USER_ID"}
runAsGroup: 0 # {"$openapi":"GROUP_ID"}
Expand Down Expand Up @@ -87,7 +87,7 @@ spec:
- name: mpi-worker
imagePullPolicy: IfNotPresent
workingDir: /workspace/bert-large-fp32-training # {"$openapi":"MODEL_DIR"}
image: docker.io/intel/language-modeling:tf-2.3.0-imz-2.2.0-bert-large-fp32-training # {"$openapi":"IMAGE"}
image: docker.io/intel/language-modeling:tf-2.3.0-bert-large-fp32-training # {"$openapi":"IMAGE"}
securityContext:
runAsUser: 0 # {"$openapi":"USER_ID"}
runAsGroup: 0 # {"$openapi":"GROUP_ID"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ openAPI:
x-k8s-cli:
setter:
name: IMAGE_VERSION
value: tf-2.3.0-imz-2.2.0
value: tf-2.3.0
isSet: true
setBy: model-builder
io.k8s.cli.substitutions.GROUP_ID_VALUE:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
- name: mpi-launcher
imagePullPolicy: IfNotPresent
workingDir: /workspace/bert-large-fp32-training # {"$openapi":"MODEL_DIR"}
image: docker.io/intel/language-modeling:tf-2.3.0-imz-2.2.0-bert-large-fp32-training # {"$openapi":"IMAGE"}
image: docker.io/intel/language-modeling:tf-2.3.0-bert-large-fp32-training # {"$openapi":"IMAGE"}
securityContext:
runAsUser: 0 # {"$openapi":"USER_ID"}
runAsGroup: 0 # {"$openapi":"GROUP_ID"}
Expand Down Expand Up @@ -86,7 +86,7 @@ spec:
- name: mpi-worker
imagePullPolicy: IfNotPresent
workingDir: /workspace/bert-large-fp32-training # {"$openapi":"MODEL_DIR"}
image: docker.io/intel/language-modeling:tf-2.3.0-imz-2.2.0-bert-large-fp32-training # {"$openapi":"IMAGE"}
image: docker.io/intel/language-modeling:tf-2.3.0-bert-large-fp32-training # {"$openapi":"IMAGE"}
securityContext:
runAsUser: 0 # {"$openapi":"USER_ID"}
runAsGroup: 0 # {"$openapi":"GROUP_ID"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ openAPI:
x-k8s-cli:
setter:
name: IMAGE_VERSION
value: tf-2.3.0-imz-2.2.0
value: tf-2.3.0
isSet: true
setBy: model-builder
io.k8s.cli.substitutions.GROUP_ID_VALUE:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
fsGroup: 0 # {"$openapi":"FS_ID"}
initContainers:
- name: create-output-dir
image: docker.io/intel/language-modeling:tf-2.3.0-imz-2.2.0-bert-large-fp32-training # {"$openapi":"IMAGE"}
image: docker.io/intel/language-modeling:tf-2.3.0-bert-large-fp32-training # {"$openapi":"IMAGE"}
imagePullPolicy: IfNotPresent
workingDir: /workspace/bert-large-fp32-training # {"$openapi":"MODEL_DIR"}
command:
Expand All @@ -25,7 +25,7 @@ spec:
- name: pvc-path
mountPath: /pvc # {"$openapi":"PVC_PATH"}
- name: create-checkpoint-dir
image: docker.io/intel/language-modeling:tf-2.3.0-imz-2.2.0-bert-large-fp32-training # {"$openapi":"IMAGE"}
image: docker.io/intel/language-modeling:tf-2.3.0-bert-large-fp32-training # {"$openapi":"IMAGE"}
imagePullPolicy: IfNotPresent
workingDir: /workspace/bert-large-fp32-training # {"$openapi":"MODEL_DIR"}
command:
Expand All @@ -41,7 +41,7 @@ spec:
mountPath: /pvc # {"$openapi":"PVC_PATH"}
containers:
- name: single-node
image: docker.io/intel/language-modeling:tf-2.3.0-imz-2.2.0-bert-large-fp32-training # {"$openapi":"IMAGE"}
image: docker.io/intel/language-modeling:tf-2.3.0-bert-large-fp32-training # {"$openapi":"IMAGE"}
workingDir: /workspace/bert-large-fp32-training # {"$openapi":"MODEL_DIR"}
envFrom:
- configMapRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ openAPI:
x-k8s-cli:
setter:
name: IMAGE_VERSION
value: tf-2.3.0-imz-2.2.0
value: tf-2.3.0
isSet: true
setBy: model-builder
io.k8s.cli.substitutions.GROUP_ID_VALUE:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
fsGroup: 0 # {"$openapi":"FS_ID"}
initContainers:
- name: create-output-dir
image: docker.io/intel/language-modeling:tf-2.3.0-imz-2.2.0-bert-large-fp32-training # {"$openapi":"IMAGE"}
image: docker.io/intel/language-modeling:tf-2.3.0-bert-large-fp32-training # {"$openapi":"IMAGE"}
imagePullPolicy: IfNotPresent
workingDir: /workspace/bert-large-fp32-training # {"$openapi":"MODEL_DIR"}
command:
Expand All @@ -25,7 +25,7 @@ spec:
- name: nfs-path
mountPath: /nfs # {"$openapi":"NFS_PATH"}
- name: create-checkpoint-dir
image: docker.io/intel/language-modeling:tf-2.3.0-imz-2.2.0-bert-large-fp32-training # {"$openapi":"IMAGE"}
image: docker.io/intel/language-modeling:tf-2.3.0-bert-large-fp32-training # {"$openapi":"IMAGE"}
imagePullPolicy: IfNotPresent
workingDir: /workspace/bert-large-fp32-training # {"$openapi":"MODEL_DIR"}
command:
Expand All @@ -41,7 +41,7 @@ spec:
mountPath: /nfs # {"$openapi":"NFS_PATH"}
containers:
- name: single-node
image: docker.io/intel/language-modeling:tf-2.3.0-imz-2.2.0-bert-large-fp32-training # {"$openapi":"IMAGE"}
image: docker.io/intel/language-modeling:tf-2.3.0-bert-large-fp32-training # {"$openapi":"IMAGE"}
workingDir: /workspace/bert-large-fp32-training # {"$openapi":"MODEL_DIR"}
envFrom:
- configMapRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@ openAPI:
x-k8s-cli:
setter:
name: IMAGE_VERSION
value: tf-2.3.0-imz-2.2.0
value: tf-2.3.0
isSet: true
setBy: model-builder
io.k8s.cli.setters.PREPROCESS_IMAGE_VERSION:
description: image version
x-k8s-cli:
setter:
name: PREPROCESS_IMAGE_VERSION
value: tf-1.15.2-imz-2.2.0
value: tf-1.15.2
isSet: true
setBy: model-builder
io.k8s.cli.setters.IMAGE_SUFFIX:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
runAsGroup: 0 # {"$openapi":"GROUP_ID"}
fsGroup: 0 # {"$openapi":"FS_ID"}
container:
image: docker.io/intel/object-detection:tf-1.15.2-imz-2.2.0-preprocess-coco-val # {"$openapi":"PREPROCESS_IMAGE"}
image: docker.io/intel/object-detection:tf-1.15.2-preprocess-coco-val # {"$openapi":"PREPROCESS_IMAGE"}
command: # {"$openapi":"PREPROCESS_COMMAND"}
- /workspace/preprocess-coco-val/scripts/preprocess_coco_val.sh # {"$openapi":"PREPROCESS_COMMAND"}
envFrom:
Expand All @@ -43,7 +43,7 @@ spec:
runAsGroup: 0 # {"$openapi":"GROUP_ID"}
fsGroup: 0 # {"$openapi":"FS_ID"}
container:
image: docker.io/intel/object-detection:tf-2.3.0-imz-2.2.0-rfcn-fp32-inference # {"$openapi":"IMAGE"}
image: docker.io/intel/object-detection:tf-2.3.0-rfcn-fp32-inference # {"$openapi":"IMAGE"}
imagePullPolicy: Always
command: # {"$openapi":"MODEL_COMMAND"}
- /workspace/rfcn-fp32-inference/quickstart/fp32_accuracy.sh # {"$openapi":"MODEL_COMMAND"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ openAPI:
x-k8s-cli:
setter:
name: IMAGE_VERSION
value: tf-2.3.0-imz-2.2.0
value: tf-2.3.0
isSet: true
setBy: model-builder
io.k8s.cli.setters.IMAGE_SUFFIX:
Expand Down Expand Up @@ -183,7 +183,7 @@ openAPI:
x-k8s-cli:
setter:
name: PREPROCESS_IMAGE_VERSION
value: tf-1.15.2-imz-2.2.0
value: tf-1.15.2
isSet: true
setBy: model-builder
io.k8s.cli.substitutions.PREPROCESS_IMAGE:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
runAsGroup: 0 # {"$openapi":"GROUP_ID"}
fsGroup: 0 # {"$openapi":"FS_ID"}
container:
image: docker.io/intel/object-detection:tf-1.15.2-imz-2.2.0-preprocess-coco-val # {"$openapi":"PREPROCESS_IMAGE"}
image: docker.io/intel/object-detection:tf-1.15.2-preprocess-coco-val # {"$openapi":"PREPROCESS_IMAGE"}
command: # {"$openapi":"PREPROCESS_COMMAND"}
- /workspace/preprocess-coco-val/scripts/preprocess_coco_val.sh # {"$openapi":"PREPROCESS_COMMAND"}
envFrom:
Expand All @@ -44,7 +44,7 @@ spec:
runAsGroup: 0 # {"$openapi":"GROUP_ID"}
fsGroup: 0 # {"$openapi":"FS_ID"}
container:
image: docker.io/intel/object-detection:tf-2.3.0-imz-2.2.0-rfcn-fp32-inference # {"$openapi":"IMAGE"}
image: docker.io/intel/object-detection:tf-2.3.0-rfcn-fp32-inference # {"$openapi":"IMAGE"}
imagePullPolicy: Always
command: # {"$openapi":"MODEL_COMMAND"}
- /workspace/rfcn-fp32-inference/quickstart/fp32_accuracy.sh # {"$openapi":"MODEL_COMMAND"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ openAPI:
x-k8s-cli:
setter:
name: IMAGE_VERSION
value: tf-2.3.0-imz-2.2.0
value: tf-2.3.0
isSet: true
setBy: model-builder
io.k8s.cli.setters.IMAGE_SUFFIX:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
fsGroup: 0 # {"$openapi":"FS_ID"}
initContainers:
- name: extract-pretrained-model
image: docker.io/intel/object-detection:tf-2.3.0-imz-2.2.0-rfcn-fp32-inference # {"$openapi":"IMAGE"}
image: docker.io/intel/object-detection:tf-2.3.0-rfcn-fp32-inference # {"$openapi":"IMAGE"}
imagePullPolicy: IfNotPresent
workingDir: /workspace/rfcn-fp32-inference # {"$openapi":"MODEL_DIR"}
command:
Expand All @@ -28,7 +28,7 @@ spec:
mountPath: /nfs # {"$openapi":"NFS_PATH"}
containers:
- name: serving
image: docker.io/intel/object-detection:tf-2.3.0-imz-2.2.0-rfcn-fp32-inference # {"$openapi":"IMAGE"}
image: docker.io/intel/object-detection:tf-2.3.0-rfcn-fp32-inference # {"$openapi":"IMAGE"}
workingDir: /workspace/rfcn-fp32-inference # {"$openapi":"MODEL_DIR"}
command:
- python
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ openAPI:
x-k8s-cli:
setter:
name: IMAGE_VERSION
value: tf-2.3.0-imz-2.2.0
value: tf-2.3.0
isSet: true
setBy: model-builder
io.k8s.cli.setters.IMAGE_SUFFIX:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
fsGroup: 0 # {"$openapi":"FS_ID"}
initContainers:
- name: extract-pretrained-model
image: docker.io/intel/object-detection:tf-2.3.0-imz-2.2.0-rfcn-fp32-inference # {"$openapi":"IMAGE"}
image: docker.io/intel/object-detection:tf-2.3.0-rfcn-fp32-inference # {"$openapi":"IMAGE"}
imagePullPolicy: IfNotPresent
workingDir: /workspace/rfcn-fp32-inference # {"$openapi":"MODEL_DIR"}
command:
Expand All @@ -28,7 +28,7 @@ spec:
mountPath: /nfs # {"$openapi":"NFS_PATH"}
containers:
- name: serving
image: docker.io/intel/object-detection:tf-2.3.0-imz-2.2.0-rfcn-fp32-inference # {"$openapi":"IMAGE"}
image: docker.io/intel/object-detection:tf-2.3.0-rfcn-fp32-inference # {"$openapi":"IMAGE"}
workingDir: /workspace/rfcn-fp32-inference # {"$openapi":"MODEL_DIR"}
command:
- python
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ openAPI:
x-k8s-cli:
setter:
name: IMAGE_VERSION
value: tf-2.3.0-imz-2.2.0
value: tf-2.3.0
isSet: true
setBy: model-builder
io.k8s.cli.setters.IMAGE_SUFFIX:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
runAsGroup: 0 # {"$openapi":"GROUP_ID"}
fsGroup: 0 # {"$openapi":"FS_ID"}
container:
image: docker.io/intel/recommendation:tf-2.3.0-imz-2.2.0-wide-deep-large-ds-fp32-training # {"$openapi":"IMAGE"}
image: docker.io/intel/recommendation:tf-2.3.0-wide-deep-large-ds-fp32-training # {"$openapi":"IMAGE"}
imagePullPolicy: IfNotPresent
workingDir: /workspace/wide-deep-large-ds-fp32-training # {"$openapi":"MODEL_DIR"}
command: # {"$openapi":"MODEL_COMMAND"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ openAPI:
x-k8s-cli:
setter:
name: IMAGE_VERSION
value: tf-2.3.0-imz-2.2.0
value: tf-2.3.0
isSet: true
setBy: model-builder
io.k8s.cli.setters.IMAGE_SUFFIX:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
runAsGroup: 0 # {"$openapi":"GROUP_ID"}
fsGroup: 0 # {"$openapi":"FS_ID"}
container:
image: docker.io/intel/recommendation:tf-2.3.0-imz-2.2.0-wide-deep-large-ds-fp32-training # {"$openapi":"IMAGE"}
image: docker.io/intel/recommendation:tf-2.3.0-wide-deep-large-ds-fp32-training # {"$openapi":"IMAGE"}
imagePullPolicy: IfNotPresent
workingDir: /workspace/wide-deep-large-ds-fp32-training # {"$openapi":"MODEL_DIR"}
command: # {"$openapi":"MODEL_COMMAND"}
Expand Down
Loading

0 comments on commit 598edce

Please sign in to comment.