diff --git a/batch/Dockerfile.worker b/batch/Dockerfile.worker index 7a043c3af26..7e0454a729a 100644 --- a/batch/Dockerfile.worker +++ b/batch/Dockerfile.worker @@ -16,10 +16,10 @@ RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 1 {% if global.cloud == "gcp" %} RUN echo "APT::Acquire::Retries \"5\";" > /etc/apt/apt.conf.d/80-retries && \ hail-apt-get-install curl gnupg && \ - export GCSFUSE_REPO=gcsfuse-bionic && \ - echo "deb http://packages.cloud.google.com/apt $GCSFUSE_REPO main" | tee /etc/apt/sources.list.d/gcsfuse.list && \ + export GCSFUSE_REPO=gcsfuse-jammy && \ + echo "deb https://packages.cloud.google.com/apt $GCSFUSE_REPO main" | tee /etc/apt/sources.list.d/gcsfuse.list && \ curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add - && \ - hail-apt-get-install fuse gcsfuse=0.41.12 + hail-apt-get-install fuse gcsfuse=1.2.0 RUN curl -fsSL https://nvidia.github.io/libnvidia-container/gpgkey | gpg --dearmor -o /usr/share/keyrings/nvidia-container-toolkit-keyring.gpg && \ curl -s -L https://nvidia.github.io/libnvidia-container/ubuntu22.04/libnvidia-container.list | \