Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit

Permalink
Merge branch 'main' into azure-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jhicks committed Feb 8, 2022
2 parents 32bbe68 + 52e843b commit 494a3bd
Show file tree
Hide file tree
Showing 7 changed files with 198 additions and 132 deletions.
328 changes: 197 additions & 131 deletions content/GCP/06_running_analysis.ipynb

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/GCP/img/compute-iam-scope-top.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/GCP/img/compute-iam-service-account.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/GCP/img/example-object-preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/GCP/img/example-object.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion scripts/gcp-create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ done
echo "+++ configuring VM"
gcloud compute ssh --zone=$ZONE $NAME@$VM --ssh-flag='-A' <<EOF
sudo apt-get update
sudo apt-get install --yes git python3-pip python3-venv bash-completion
sudo apt-get install --yes git python3-pip python3-venv bash-completion spell
ssh-keyscan ${GITHUB} > .ssh/known_hosts
git config --global color.ui auto
git config --global push.default simple
Expand Down

0 comments on commit 494a3bd

Please sign in to comment.