Skip to content

Commit

Permalink
fix: Update GCSFuse version (attempt to fix renaming issues)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvanliefland committed Nov 13, 2023
1 parent df33856 commit af3f8b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jupyter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ USER root
# System libraries
RUN apt-get update
RUN sudo apt-get install -y gnupg2
RUN export GCSFUSE_REPO=gcsfuse-`lsb_release -c -s`
RUN echo "deb https://packages.cloud.google.com/apt $GCSFUSE_REPO main" | sudo tee /etc/apt/sources.list.d/gcsfuse.list
RUN echo "deb https://packages.cloud.google.com/apt gcsfuse-$(lsb_release -c -s) main" | sudo tee /etc/apt/sources.list.d/gcsfuse.list
RUN wget -q https://packages.cloud.google.com/apt/doc/apt-key.gpg -O- | sudo apt-key add -

# FUSE Amazon S3
Expand Down

0 comments on commit af3f8b8

Please sign in to comment.