add jupyter
All checks were successful
Build images / build-images-amd64 (push) Successful in 15m8s
Build images / build-images-arm64 (push) Successful in 21m49s
Build images / update-images-manifests (push) Successful in 27s

This commit is contained in:
Maciej Lebiest 2024-03-17 16:29:46 +01:00
parent 20da2bb07a
commit 234c66808d
3 changed files with 74 additions and 6 deletions

View file

@ -1,6 +1,26 @@
# Containers-Workspace
Various useful and useless Dockerfiles, often experimental and work in progress
## 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.
```bash
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
```
## system-toolbox
Fedora based container wih preinstalled many usefull tools for various debug and problem searching purposes