workflow-template
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
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
.