Skip to content

Commit

Permalink
Update description notebook docker
Browse files Browse the repository at this point in the history
JMGaljaard committed Sep 26, 2022
1 parent b9a39b3 commit 0c1df18
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion jupyter/terraform_notebook.ipynb
Original file line number Diff line number Diff line change
@@ -55,6 +55,8 @@
" - ℹ️ We need to run this command to list the billing account IDs and enable billing. Currently, these features fall under beta access.\n",
" - ⚠️ Run the command `gcloud components install gke-gcloud-auth-plugin`\n",
" - ℹ️ We need to run this command to retrieve cluster configurations (to be used by `kubectl` and `helm`)\n",
" - ⚠️ Run the command `gcloud auth configure-docker`\n",
" - ℹ️ We need to run this command to push container images with docker to your project's container registry\n",
" * Kubectl (>= 1.22.0)\n",
" * Helm (>= 3.9.4)\n",
" * Terraform (>= 1.2.8)\n",
@@ -637,7 +639,11 @@
"source venv\n",
"pip3 install -r requirements-cpu.txt\n",
"python3 -m fltk extractor configs/example_cloud_experiment.json\n",
"```"
"```\n",
"\n",
"Make sure to have run `gcloud auth configure-docker` in an external terminal.\n",
"\n",
"Make sure to allow docker to build/push/run without `sudo` [link](https://cloud.google.com/artifact-registry/docs/docker/authentication).\n"
],
"metadata": {
"collapsed": false,

0 comments on commit 0c1df18

Please sign in to comment.