mirror of
https://github.com/outbackdingo/deployment.git
synced 2026-03-21 08:41:23 +00:00
fix data filtering
This commit is contained in:
2
.github/workflows/k3d.yaml
vendored
2
.github/workflows/k3d.yaml
vendored
@@ -91,8 +91,6 @@ jobs:
|
||||
- name: Install Data filtering
|
||||
id: install-data-filtering
|
||||
run: |
|
||||
sed -e '/resources/ s/^#*/#/' -i ./base/vault/data-filtering-deployment.yaml
|
||||
sed -e '/limits/ s/^#*/#/' -i ./base/vault/data-filtering-deployment.yaml
|
||||
sed -e '/nvidia/ s/^#*/#/' -i ./base/vault/data-filtering-deployment.yaml
|
||||
kubectl apply -f ./base/vault/data-filtering-deployment.yaml
|
||||
echo "Sleeping for 250 seconds, give time for the helm chart to create the pods" && sleep 250
|
||||
|
||||
2
.github/workflows/kind.yaml
vendored
2
.github/workflows/kind.yaml
vendored
@@ -89,8 +89,6 @@ jobs:
|
||||
- name: Install Data filtering
|
||||
id: install-data-filtering
|
||||
run: |
|
||||
sed -e '/resources/ s/^#*/#/' -i ./base/vault/data-filtering-deployment.yaml
|
||||
sed -e '/limits/ s/^#*/#/' -i ./base/vault/data-filtering-deployment.yaml
|
||||
sed -e '/nvidia/ s/^#*/#/' -i ./base/vault/data-filtering-deployment.yaml
|
||||
kubectl apply -f ./base/vault/data-filtering-deployment.yaml
|
||||
echo "Sleeping for 250 seconds, give time for the helm chart to create the pods" && sleep 250
|
||||
|
||||
2
.github/workflows/microk8s.yaml
vendored
2
.github/workflows/microk8s.yaml
vendored
@@ -87,8 +87,6 @@ jobs:
|
||||
- name: Install Data filtering
|
||||
id: install-data-filtering
|
||||
run: |
|
||||
sed -e '/resources/ s/^#*/#/' -i ./base/vault/data-filtering-deployment.yaml
|
||||
sed -e '/limits/ s/^#*/#/' -i ./base/vault/data-filtering-deployment.yaml
|
||||
sed -e '/nvidia/ s/^#*/#/' -i ./base/vault/data-filtering-deployment.yaml
|
||||
kubectl apply -f ./base/vault/data-filtering-deployment.yaml
|
||||
echo "Sleeping for 250 seconds, give time for the helm chart to create the pods" && sleep 250
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user