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

Commit

Permalink
Merge pull request #20 from CLASS/gcp-dev
Browse files Browse the repository at this point in the history
Change name from process.py to process_sat.py and flush out content
  • Loading branch information
amanda-tan authored Feb 7, 2022
2 parents 23d266b + 3541505 commit 52e843b
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 52e843b

Please sign in to comment.