-
Notifications
You must be signed in to change notification settings - Fork 343
Closed
Labels
bugSomething isn't workingSomething isn't workingcml-runnerSubcommandSubcommandgood-first-issueGood for newcomers (good-first-issue)Good for newcomers (good-first-issue)
Description
Trying to setup a docker volume I noted that it worked for GL but not for GH
docker run --name runner3 --rm \
-e RUNNER_IDLE_TIMEOUT=1800 \
-e RUNNER_LABELS=gpu \
-e RUNNER_REPO=$REPO_URI \
-e repo_token=$TOKEN \
-e RUNNER_PATH=/home/runner2 \
dvcorg/cml-gpu-py3-cloud-runnersetting a volume even at /home/runner does not work either
docker run --name runnerg --rm \
-e RUNNER_IDLE_TIMEOUT=1800 \
-e RUNNER_LABELS=gpu \
-e RUNNER_REPO=$REPO_URI \
-e repo_token=$TOKEN \
-v $MY_PATH:/home/runner \
dvcorg/cml-gpu-py3-cloud-runnerReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcml-runnerSubcommandSubcommandgood-first-issueGood for newcomers (good-first-issue)Good for newcomers (good-first-issue)

