add jupyter
This commit is contained in:
parent
20da2bb07a
commit
234c66808d
3 changed files with 74 additions and 6 deletions
20
README.md
20
README.md
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue