Skip to content

Commit

Permalink
[batch] Update gcsfuse version to 1.2.0 (#13728)
Browse files Browse the repository at this point in the history
Let's see if this "just works".
  • Loading branch information
jigold authored Oct 25, 2023
1 parent c7ea3dd commit e739a95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions batch/Dockerfile.worker
Original file line number Diff line number Diff line change
Expand Up @@ -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 | \
Expand Down

0 comments on commit e739a95

Please sign in to comment.