Skip to content

Commit eceac96

Browse files
committed
Added nvidia-device-plugin in AWS GPU test CI
1 parent e87559f commit eceac96

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/aws-gpu-test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,13 +162,12 @@ jobs:
162162
run: |
163163
echo "Installing Nvidia Device Plugin..."
164164
kubectl label node "$(kubectl get nodes -o jsonpath='{.items[0].metadata.name}')" nvidia.com/gpu=true nvidia.com/mps.capable=true nvidia.com/gpu.present=true --overwrite
165-
165+
kubectl create ns nvidia-device-plugin
166166
kubectl apply -f nvidia-device-plugin-prereq
167167
helm repo add nvdp https://nvidia.github.io/k8s-device-plugin
168168
helm repo update
169169
helm upgrade -i nvdp nvdp/nvidia-device-plugin \
170170
--namespace nvidia-device-plugin \
171-
--create-namespace \
172171
--version 0.17.1
173172
174173
- name: Check GPU Availability After Installing GPU Operator

0 commit comments

Comments
 (0)