Skip to content

Commit

Permalink
Add delete script to summary section
Browse files Browse the repository at this point in the history
  • Loading branch information
carmine committed Sep 11, 2018
1 parent 9fd3427 commit 737bef9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ Here is a summary of all the steps, starting from the initial shell:

```
# From initial shell:
# =======================
git clone https://github.com/canonical-labs/kaggle-kubeflow-tutorial.git
cd kaggle-kubeflow-tutorial
export GCP_PROJECT=<the Project Id of the project you created>
Expand All @@ -248,22 +249,26 @@ gcp/copy_scripts.sh
gcp/compute_ssh.sh
# From the VM:
# ============
export GITHUB_TOKEN=<your token>
./scripts_download.sh
./scripts_run.sh # note the jupyterhub port number
exit
# From the initial shell:
# =======================
gcp/compute_list.sh # note the external IP address
# From the browser
# ================
http://<EXTERNAL_IP>:<PORT>
# enter any username / password
# <click> Start My Server
# gcr.io/kubeflow-images-public/kaggle-notebook:v20180713 ,, 4.0 ,, 10Gi
# <click> Spawn
# From jupyter terminal:
# ======================
# <click> New --> Terminal
export PYTHONUSERBASE=/home/jovyan/.local
pip install --user kaggle
Expand All @@ -279,4 +284,8 @@ cd ~/work; kaggle kernels pull arthurtok/introduction-to-ensembling-stacking-in-
# <click> Cell -> Run All
# View the results and code
# From the initial shell:
# =======================
gcp/compute_delete.sh
```

0 comments on commit 737bef9

Please sign in to comment.