No description
Find a file
Maciej Lebiest 720607e5b3
All checks were successful
Build images / build-images-arm64 (push) Successful in 5m53s
Build images / build-images-amd64 (push) Successful in 9m19s
Build images / update-images-manifests (push) Successful in 18s
fix build with python3.13
2024-11-25 16:14:06 +01:00
.forgejo/workflows Set master branch name in pipeline 2024-04-14 20:18:41 +02:00
Containerfile fix build with python3.13 2024-11-25 16:14:06 +01:00
LICENSE Initial commit 2024-04-14 20:16:09 +02:00
README.md Initial commit 2024-04-14 20:16:09 +02:00

jupyter

This is a custom image with jupyterlab and notebook installed.

Jupyter is running under root, for better possibilities of integration with hardware (gpu, etc..) and for easier additional resources management (dnf5 install, etc...)

There is also lsp environment prepared, with various lsp servers.

podman run --rm -it \
    -e JUPYTER_TOKEN=my-secret-token \
    -v /some/path/conf:/root/.jupyter:z,rw \
    -v /some/path/data:/jupyter/data:z,rw \
    --name jupyter \
        jupyter:latest