Skip to content

Commit

Permalink
fix-priv
Browse files Browse the repository at this point in the history
  • Loading branch information
rwlove committed Jan 9, 2025
1 parent b2900d7 commit 4d79cbd
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ spec:
pod:
runtimeClassName: nvidia

securityContext:
privileged: true

affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand All @@ -57,6 +54,7 @@ spec:
image:
repository: ghcr.io/ai-dock/comfyui
tag: v2-cuda-12.1.1-base-22.04-v0.2.7@sha256:ca4c95d4d4743d7d5683e57f5e0358fe586bc57578f66c2a844e9fa0650cc619

env:
AUTO_UPDATE: "false"
DIRECT_ADDRESS_GET_WAN: "true"
Expand All @@ -66,6 +64,10 @@ spec:
CF_QUICK_TUNNELS: "false"
SERVERLESS: "false"
PROVISIONING_SCRIPT: "https://raw.githubusercontent.com/ai-dock/comfyui/main/config/provisioning/flux.sh"

securityContext:
privileged: true

resources:
requests:
nvidia.com/gpu: 1 # requesting 1 GPU
Expand Down

0 comments on commit 4d79cbd

Please sign in to comment.