Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jupyter Docker on Google Cloud

I would like to run a Jupyter notebook from a docker image on GCP. Specifically I would like to run the one from kaggle/python. On my local machine I can get this working with docker pull kaggle/python and then the following docker cli command:

docker run -v $PWD:/tmp/working -w=/tmp/working -p 8888:8888 --rm -it kaggle/python jupyter notebook --no-browser --ip="0.0.0.0" --notebook-dir=/tmp/working/src

I do not want to use a gcloud cli command. How do I map this command to the GUI in GCP? I wan't to run this on Google Containerized OS:

enter image description here

like image 835
Jonathan Avatar asked Dec 30 '25 04:12

Jonathan


1 Answers

You can now use docker containers to your custom notebook environment on GCP's AI Platform Notebooks. That might serve your means

They offer a base container that you can modify to fit your needs and then use as your active notebook environment

You can find more info about them here: https://cloud.google.com/ml-engine/docs/using-containers

like image 55
Zain Rizvi Avatar answered Jan 01 '26 18:01

Zain Rizvi



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!