Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

$GOOGLE_CLOUD_BUCKET_NAME is undefined while running colab #32

Open
ajash opened this issue Feb 6, 2023 · 0 comments
Open

$GOOGLE_CLOUD_BUCKET_NAME is undefined while running colab #32

ajash opened this issue Feb 6, 2023 · 0 comments

Comments

@ajash
Copy link

ajash commented Feb 6, 2023

I am new to colab & xmanager on gcp.

I have tried to set GOOGLE_CLOUD_BUCKET_NAME by running
! export GOOGLE_CLOUD_BUCKET_NAME=my_bucket_name
I tried prefixing 'gs://' with my_bucket_name
but it keeps failing with the following error:
ValueError: $GOOGLE_CLOUD_BUCKET_NAME is undefined. Run export GOOGLE_CLOUD_BUCKET_NAME=<bucket-name>, replacing <bucket-name> with a Google Cloud Storage bucket. You can create a bucket with gsutil mb -l us-central1 gs://$GOOGLE_CLOUD_BUCKET_NAME

I have enabled vertexAI & I have created a google cloud storage bucket.
running !echo $GOOGLE_CLOUD_BUCKET_NAME also returns empty

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant