For those who want to run Jupyter kernel of Go language (golang) quickly and with docker.
Golang kernel of IPython kernels for other languages I tried using docker in -a-golang-kernel-for-jupyter-notebooks /) and found 2.4 GB. I made a docker by myself. Based on Alpine Linux, it was reduced to 698 MB.
bash
firefox http://localhost:8888/ &
docker run -it --rm -p 8888:8888 tsutomu7/golang
If you do the above, you can use it as follows.
-Dramatically reduce Docker image on Alpine Linux -Create a lightweight Docker image on Alpine Linux -Use nim with Jupyter -Try to make a kernel for Jupyter
that's all
Recommended Posts