Skip to content

ARC and dind (and Nvidia) #3409

Closed Answered by robindarby
robindarby asked this question in Questions
Apr 5, 2024 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

Okay; so if anyone comes accross this question in the future and is facing the same issue, here is what worked for me.

Basically, you need a custom ARC values template, something like:

template:
   spec:
     initContainers:
     - name: init-dind-externals
       image: ghcr.io/my-org/cuda-actions-runner:0.0.1 
       command: ["cp", "-r", "-v", "/home/runner/externals/.", "/home/runner/tmpDir/"]
       volumeMounts:
         - name: dind-externals
           mountPath: /home/runner/tmpDir
     containers:
     - name: runner
       image: ghcr.io/my-org/cuda-actions-runner:0.0.1 
       command: ["/home/runner/run.sh"]
       env:
         - name: DOCKER_HOST
           value: unix:///v…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@CuriousDolphin
Comment options

@CuriousDolphin
Comment options

Answer selected by robindarby
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants