Skip to content

Commit

Permalink
Merge pull request #596 from robinmordasiewicz/dev105
Browse files Browse the repository at this point in the history
adding init
  • Loading branch information
robinmordasiewicz authored Sep 18, 2024
2 parents 948ad49 + 9846d28 commit 995b2b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifests/apps/nvidia-smi/Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
effect: "NoSchedule"
containers:
- name: nvidia-smi
image: nvidia/cuda:12.5.1-runtime-ubuntu22.04
image: nvidia/cuda:12.6.1-runtime-ubuntu22.04
command: ["/bin/bash", "-c", "--"]
args: ["while true; do sleep 600; done;"]
resources:
Expand Down
4 changes: 2 additions & 2 deletions terraform/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ locals {
offer = "fortinet_fortiweb-vm_v5"
size = "Standard_F16s_v2"
version = "latest"
#sku = "fortinet_fw-vm_payg_v3"
sku = "fortinet_fw-vm"
sku = "fortinet_fw-vm_payg_v3"
#sku = "fortinet_fw-vm"
management-port = "8443"
terms = true
},
Expand Down

0 comments on commit 995b2b2

Please sign in to comment.