means,clearml and docker should be in same path?
Hi SuperiorCockroach75 , can you please add the full log + how to reproduce this?
Regarding the queue error - you need to create a queue called 'CPU Queue'
Hi SuperiorCockroach75 , this seems to indicate the docker command is not installed in your system at all?
2023-01-28 21:30:02
task 5b32a1cae2fb446b8ebdc6e9e33f3c77 pulled from fb3733fc812e48389850cdf0104782be by worker jktblrlap446:0
2023-01-28 21:30:09
Running Task 5b32a1cae2fb446b8ebdc6e9e33f3c77 inside docker: python3.7 arguments: []
2023-01-28 21:30:10
Executing: ['docker', 'run', '-t', '--gpus', 'all', '-v', '/run/user/29999/keyring/ssh:/run/user/29999/keyring/ssh', '-e', 'SSH_AUTH_SOCK=/run/user/29999/keyring/ssh', '-l', 'clearml-worker-id=jktblrlap446:0', '-l', 'clearml-parent-worker-id=jktblrlap446:0', '-e', 'CLEARML_WORKER_ID=jktblrlap446:0', '-e', 'CLEARML_DOCKER_IMAGE=python3.7', '-e', 'CLEARML_TASK_ID=5b32a1cae2fb446b8ebdc6e9e33f3c77', '-v', '/home/oem/.gitconfig:/root/.gitconfig', '-v', '/tmp/.clearml_agent.b2aw6350.cfg:/tmp/clearml.conf', '-e', 'CLEARML_CONFIG_FILE=/tmp/clearml.conf', '-v', '/home/oem/.clearml/apt-cache:/var/cache/apt/archives', '-v', '/home/oem/.clearml/pip-cache:/root/.cache/pip', '-v', '/home/oem/.clearml/pip-download-cache:/root/.clearml/pip-download-cache', '-v', '/home/oem/.clearml/cache:/clearml_agent_cache', '-v', '/home/oem/.clearml/vcs-cache:/root/.clearml/vcs-cache', '-v', '/home/oem/.clearml/venvs-cache:/root/.clearml/venvs-cache', '--rm', 'python3.7', 'bash', '-c', 'echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/docker-clean ; chown -R root /root/.cache/pip ; export DEBIAN_FRONTEND=noninteractive ; export CLEARML_APT_INSTALL="$CLEARML_APT_INSTALL libsm6 libxext6 libxrender-dev libglib2.0-0" ; [ ! -z $(which git) ] || export CLEARML_APT_INSTALL="$CLEARML_APT_INSTALL git" ; declare LOCAL_PYTHON ; [ ! -z $LOCAL_PYTHON ] || for i in {15..5}; do which python3.$i && python3.$i -m pip --version && export LOCAL_PYTHON=$(which python3.$i) && break ; done ; [ ! -z $LOCAL_PYTHON ] || export CLEARML_APT_INSTALL="$CLEARML_APT_INSTALL python3-pip" ; [ -z "$CLEARML_APT_INSTALL" ] || (apt-get update -y ; apt-get install -y $CLEARML_APT_INSTALL) ; [ ! -z $LOCAL_PYTHON ] || export LOCAL_PYTHON=python3 ; $LOCAL_PYTHON -m pip install -U "pip<20.2 ; python_version < '3.10'" "pip<22.3 ; python_version >= '3.10'" ; $LOCAL_PYTHON -m pip install -U clearml-agent ; cp /tmp/clearml.conf ~/default_clearml.conf ; NVIDIA_VISIBLE_DEVICES=all $LOCAL_PYTHON -u -m clearml_agent execute --disable-monitoring --id 5b32a1cae2fb446b8ebdc6e9e33f3c77']
2023-01-28 21:30:17
Process failed, exit code 126
no, I mean that docker should be in the system path - can you start it from anywhere?