The Wayback Machine - https://web.archive.org/web/20260320071215/https://github.com/iterative/cml/issues/173
Skip to content

RUNNER_PATH can not be changed for GH runners #173

@DavidGOrtega

Description

@DavidGOrtega

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-runner

setting 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-runner

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingcml-runnerSubcommandgood-first-issueGood for newcomers (good-first-issue)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions