Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@patmigliaccio
Created October 29, 2019 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patmigliaccio/e95bbfa0a8b88e642b7f94f64f3e5d59 to your computer and use it in GitHub Desktop.
Save patmigliaccio/e95bbfa0a8b88e642b7f94f64f3e5d59 to your computer and use it in GitHub Desktop.
patmigliaccio.com/lessons-ml-gcp 10/29/19
# Install `gsutil` and configure `gcloud` with the project
curl https://sdk.cloud.google.com | bash
exec -l $SHELL
gcloud init
<PROJECT_NAME>
# Create the path within the persistent volume to transfer the files to
mkdir -p $MODELS_PATH
gsutil rsync gs://$GCS_BUCKET $MODELS_PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment