diff --git a/trains_agent/backend_api/config/default/agent.conf b/trains_agent/backend_api/config/default/agent.conf index 73999f3..e7d73df 100644 --- a/trains_agent/backend_api/config/default/agent.conf +++ b/trains_agent/backend_api/config/default/agent.conf @@ -101,13 +101,13 @@ # set the initial bash script to execute at the startup of any docker. # all lines will be executed regardless of their exit code. # {python_single_digit} is translated to 'python3' or 'python2' according to requested python version - docker_init_bash_script = [ - "echo 'Binary::apt::APT::Keep-Downloaded-Packages \"true\";' > /etc/apt/apt.conf.d/docker-clean", - "chown -R root /root/.cache/pip", - "apt-get update", - "apt-get install -y git libsm6 libxext6 libxrender-dev libglib2.0-0", - "(which {python_single_digit} && {python_single_digit} -m pip --version) || apt-get install -y {python_single_digit}-pip", - ] + # docker_init_bash_script = [ + # "echo 'Binary::apt::APT::Keep-Downloaded-Packages \"true\";' > /etc/apt/apt.conf.d/docker-clean", + # "chown -R root /root/.cache/pip", + # "apt-get update", + # "apt-get install -y git libsm6 libxext6 libxrender-dev libglib2.0-0", + # "(which {python_single_digit} && {python_single_digit} -m pip --version) || apt-get install -y {python_single_digit}-pip", + # ] # cuda versions used for solving pytorch wheel packages # should be detected automatically. Override with os environment CUDA_VERSION / CUDNN_VERSION