google-deepmind / google-deepmind/xmanager
$GOOGLE_CLOUD_BUCKET_NAME is undefined while running colab
Open
- Dominant language
- Python
- Stars
- 921
- Forks
- 69
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
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=, replacing 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
Contributor guide
Assessment
This issue has not been assessed yet.