We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a6516b commit c69352eCopy full SHA for c69352e
src/main/resources/jupyter/init-actions.sh
@@ -334,4 +334,15 @@ make install
334
ldconfig
335
python3 --version
336
337
-log "Finished installing Python $PYTHON_VERSION"
+log "Finished installing Python $PYTHON_VERSION"
338
+
339
+log "Starting GCSFuse installation"
340
341
+export GCSFUSE_REPO=gcsfuse-`lsb_release -c -s`
342
+echo "deb http://packages.cloud.google.com/apt $GCSFUSE_REPO main" | sudo tee /etc/apt/sources.list.d/gcsfuse.list
343
+curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -
344
345
+retry 5 betterAptGet
346
+retry 5 apt-get install -y -q gcsfuse
347
+log "GCSFuse Installed"
348
0 commit comments