nmfs-opensci / container-images

The docker stack for data science applications for NOAA Fisheries
https://nmfs-opensci.github.io/container-images/
Apache License 2.0
8 stars 2 forks source link

colab idea #14

Open eeholmes opened 5 months ago

eeholmes commented 5 months ago

https://towardsdatascience.com/create-your-own-gpu-accelerated-yupyter-notebook-server-with-google-colab-using-docker-2fa14900bab5

eeholmes commented 5 months ago

This looks like it might work

https://biplobsd.me/blogs/view/run-swirl-open-source-search-engine-on-google-colab.md

eeholmes commented 4 months ago

https://github.com/indigo-dc/udocker

Installation in the Jupyter notebook

%%shell
pip install udocker
udocker --allow-root install
udocker --allow-root run -p 127.0.0.1:8888:8888 -v -e ghcr.io/nmfs-opensci/jupyter-base-notebook:latest

Or this? https://stackoverflow.com/questions/62820498/how-to-connect-google-colab-with-localhost-running-docker-image

port forwarding https://biplobsd.me/blogs/view/run-swirl-open-source-search-engine-on-google-colab.md