While creating a workbench with a custom jupyter image I choose backup/ persistence with GCS (google cloud storage) and it doesn't work. For now, I tried to test with:
jupyter/base-notebook:python-3.8.8
https://github.com/Santhin/jupyter-images/blob/main/base-v2/Dockerfilegcr.io/deeplearning-platform-release/base-cpu:latest
https://github.com/Santhin/jupyter-images/blob/main/vertex/Dockerfile
I thought it was a problem with permissions on the folder named jupyter
which is created always while creating a workbench on every jupyter image (custom / pre-built by gcp).
Is there any method to accomplish persistence with gcs with a custom docker image?
Screen showing option with backup on gcs