Python 3 Alpine Linux base image for running Circalizer Jupyter Notebooks
10K+
This Docker image is built on the Python 3 Alpine Linux base image. It contains most all of the dependencies needed to run the circalizer Jupyter Notebooks.
This is currently a work in progress proof-of-concept image.
Ensure you are in the circalizer source repo as your current working directory, and that code and data folders are present.
Run the Jupyter Notebook server with the following command:
docker --config ./.docker run --rm -d --name circalizer \
-v $(pwd)/code:/src/circalizer/code \
-v $(pwd)/data:/src/circalizer/data \
-p 8888:8888 \
docker.io/trinitronx/circalizer:latest
Check the logs for the local URL to access the Juypter Notebook web interface:
docker logs -f circalizer
Example output:
[I 11:43:56.207 NotebookApp] Writing notebook server cookie secret to /src/circalizer/.local/share/jupyter/runtime/notebook_cookie_secret
[I 11:43:56.465 NotebookApp] Serving notebooks from local directory: /src/circalizer
[I 11:43:56.465 NotebookApp] Jupyter Notebook 6.4.4 is running at:
[I 11:43:56.465 NotebookApp] http://d55d98750a6e:8888/?token=deadbeefbadcafef00dfacefeeddecafbadd00dababbad00
[I 11:43:56.465 NotebookApp] or http://127.0.0.1:8888/?token=deadbeefbadcafef00dfacefeeddecafbadd00dababbad00
[I 11:43:56.465 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 11:43:56.468 NotebookApp]
To access the notebook, open this file in a browser:
file:///src/circalizer/.local/share/jupyter/runtime/nbserver-7-open.html
Or copy and paste one of these URLs:
http://d55d98750a6e:8888/?token=deadbeefbadcafef00dfacefeeddecafbadd00dababbad00
or http://127.0.0.1:8888/?token=deadbeefbadcafef00dfacefeeddecafbadd00dababbad00
Content type
Image
Digest
Size
2.1 GB
Last updated
almost 5 years ago
docker pull trinitronx/circalizer