No description
  • Dockerfile 100%
Find a file
Szwendacz ba9bdc1aef
Some checks failed
Build images / build-images-arm64 (push) Has been cancelled
Build images / build-images-amd64 (push) Has been cancelled
Build images / update-images-manifests (push) Has been cancelled
stop builds
2026-04-15 10:13:10 +00:00
.forgejo/workflows stop builds 2026-04-15 10:13:10 +00:00
Containerfile add jq pkg 2025-12-15 15:11:00 +00: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