Skip to content

Commit

Permalink
fixed issues
Browse files Browse the repository at this point in the history
  • Loading branch information
amaldonadomat committed Sep 11, 2024
1 parent a55641f commit fa36442
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cuda-dind-runners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
- name: Add cuda-container-toolkit and patch Dockerfile
run: |
sed -i "/FROM ubuntu:/d
# Removing FROM
sed -i "/FROM ubuntu:/d" actions-runner-controller/runner/actions-runner-dind.${OS_NAME}-${OS_VERSION}.dockerfile
# Adding base image and cuda-container-toolkit
cat <<EOF > cuda-container-toolkit
FROM ${CUDA_BASE_IMAGE}${OS_VERSION}
Expand Down

0 comments on commit fa36442

Please sign in to comment.