workflow-template

Author

Guangtao Zhang

Getting Started

Users (without Nix background)

  • pull Images
docker pull ghcr.io/gtrunsec/workflow-template.default
  • Enter the devshell with dockerImages
git clone https://github.com/GTrunSec/workflow-template.git
cd workflow-template

docker run -it -p 8888:8888 -v "$(pwd):/work" -v "/etc/localtime:/etc/localtime" --entrypoint /bin/bash ghcr.io/gtrunsec/workflow-template.default

Commands Menu

  • show devshell menu
menu
  • run jupyterlab with jupyenv (docker reuqired port-forward flag)
jupyenv -- lab --ip 0.0.0.0 --port 8888

Add custom packages or settings

without special packages or settings, we can simple change the jupyenv.toml with the desired values, if you changed pyproejct.tmol, after that run direnv reload.

Python