mirror of
https://github.com/clearml/clearml-agent
synced 2025-02-07 13:26:08 +00:00
Fix ubuntu/debian support by making sure not to ask for input (fix tzdata install)
This commit is contained in:
parent
fc3e47b67e
commit
89a3020c5e
@ -2376,6 +2376,7 @@ class Worker(ServiceCommandSection):
|
||||
bash_script = [
|
||||
"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",
|
||||
"apt-get update",
|
||||
"apt-get install -y git libsm6 libxext6 libxrender-dev libglib2.0-0",
|
||||
"declare LOCAL_PYTHON",
|
||||
|
Loading…
Reference in New Issue
Block a user