Skip to content

Commit

Permalink
enhance: update e2e-gpu builder image
Browse files Browse the repository at this point in the history
Signed-off-by: Sammy Huang <[email protected]>
  • Loading branch information
yellow-shine committed Nov 17, 2023
1 parent 7a169d0 commit b800ed4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/pod/e2e-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
topologyKey: "kubernetes.io/hostname"
containers:
- name: build
image: milvusdb/knowhere-gpu-build:amd64-ubuntu20.04-20230320-fa11e7b
image: milvusdb/knowhere-gpu-build:amd64-ubuntu20.04-20231117-7a169d0
tty: true
args: ["cat"]
- name: main
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 @@ -24,7 +24,7 @@ spec:
topologyKey: "kubernetes.io/hostname"
containers:
- name: build
image: milvusdb/knowhere-gpu-build:amd64-ubuntu20.04-20230320-fa11e7b
image: milvusdb/knowhere-gpu-build:amd64-ubuntu20.04-20231117-7a169d0
env:
- name: ASAN_OPTIONS
value: protect_shadow_gap=0
Expand Down

0 comments on commit b800ed4

Please sign in to comment.