Open eeholmes opened 7 months ago
This looks like it might work
https://biplobsd.me/blogs/view/run-swirl-open-source-search-engine-on-google-colab.md
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
port forwarding https://biplobsd.me/blogs/view/run-swirl-open-source-search-engine-on-google-colab.md
https://towardsdatascience.com/create-your-own-gpu-accelerated-yupyter-notebook-server-with-google-colab-using-docker-2fa14900bab5