Skip to content

Commit

Permalink
include any option
Browse files Browse the repository at this point in the history
  • Loading branch information
pic-o committed Feb 3, 2024
1 parent fea8459 commit d9a6211
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/github-worker-cuda-11-8/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ else
--token "${RUNNER_TOKEN}" \
--name "${RUNNER_NAME}" \
--replace \
--labels "nolane,${CUDA_VER},${RUNNER_LABELS}"
--labels "nolane,any-gpu,gpu-count-any,${CUDA_VER},${RUNNER_LABELS}"

# Run it in background, and get the PID
./run.sh &
Expand All @@ -41,7 +41,7 @@ else
--token "${RUNNER_TOKEN}" \
--name "${RUNNER_NAME}-lane1" \
--replace \
--labels "lane1,${CUDA_VER},${RUNNER_LABELS}"
--labels "lane1,any-gpu,gpu-count-any,${CUDA_VER},${RUNNER_LABELS}"

# Run it in background, and get the PID
./run.sh &
Expand All @@ -55,7 +55,7 @@ else
--token "${RUNNER_TOKEN}" \
--name "${RUNNER_NAME}-lane2" \
--replace \
--labels "lane2,${CUDA_VER},${RUNNER_LABELS}"
--labels "lane2,any-gpu,gpu-count-any,${CUDA_VER},${RUNNER_LABELS}"

# Run it in background, and get the PID
./run.sh &
Expand Down

0 comments on commit d9a6211

Please sign in to comment.