Skip to content

Commit

Permalink
fix data-filter + increase k3d version
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Nov 30, 2024
1 parent 777f3d8 commit 06cae4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/k3d.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
k3d: [v5.2.2]
k3d: [v5.7.5]
steps:
- name: "Create single cluster"
uses: AbsaOSS/k3d-action@v2
Expand All @@ -20,7 +20,7 @@ jobs:
- name: Print Kubernetes Version
run: |
kubectl version
- name: Test kind
- name: Test k3d
run: |
echo "Sleeping for 120 seconds, give time for the cluster to be ready" && sleep 120
kubectl get no
Expand Down
4 changes: 2 additions & 2 deletions base/vault/data-filtering-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ spec:
requests:
cpu: 100m
memory: 512Mi
nvidia.com/gpu: "1"
nvidia.com/gpu: 1
limits:
cpu: 100m
memory: 512Mi
nvidia.com/gpu: "1" # requesting a single GPU
nvidia.com/gpu: 1 # requesting a single GPU
env:
- name: MODEL_NAME
value: "yolov8n.pt"
Expand Down

0 comments on commit 06cae4c

Please sign in to comment.