Skip to content

Commit

Permalink
Update docker image (#617)
Browse files Browse the repository at this point in the history
Signed-off-by: Cai Yudong <[email protected]>
  • Loading branch information
cydrain authored May 28, 2024
1 parent ccc7167 commit b0fe7bb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/pod/e2e-arm-cpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
effect: NoSchedule
containers:
- name: main
image: milvusdb/knowhere-cpu-build:arm64-ubuntu22.04-20240524-39356db0
image: milvusdb/knowhere-cpu-build:arm64-ubuntu22.04-20240528-ccc71670
tty: true
args: ["cat"]
resources:
Expand Down
2 changes: 1 addition & 1 deletion ci/pod/e2e-cpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
# topologyKey: "kubernetes.io/hostname"
containers:
- name: main
image: milvusdb/knowhere-cpu-build:amd64-ubuntu22.04-20240524-39356db0
image: milvusdb/knowhere-cpu-build:amd64-ubuntu22.04-20240528-ccc71670
tty: true
args: ["cat"]
resources:
Expand Down
2 changes: 1 addition & 1 deletion ci/pod/e2e-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
effect: NoSchedule
containers:
- name: main
image: milvusdb/knowhere-gpu-build:amd64-ubuntu22.04-20240524-39356db0
image: milvusdb/knowhere-gpu-build:amd64-ubuntu22.04-20240528-ccc71670
tty: true
args: ["cat"]
resources:
Expand Down
2 changes: 1 addition & 1 deletion ci/pod/ut-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
effect: NoSchedule
containers:
- name: build
image: milvusdb/knowhere-gpu-build:amd64-ubuntu22.04-20240524-39356db0
image: milvusdb/knowhere-gpu-build:amd64-ubuntu22.04-20240528-ccc71670
env:
- name: ASAN_OPTIONS
value: protect_shadow_gap=0
Expand Down

0 comments on commit b0fe7bb

Please sign in to comment.