File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
helm-based-workflows/templates Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 54
54
command : [bash]
55
55
source : |
56
56
python -m pip install --upgrade git+https://github.com/DiamondLightSource/i16_msmapper.git
57
- python -m ipykernel install --prefix=/tmp/venv --name=venv
58
57
python -m papermill /tmp/notebook.ipynb /tmp/notebook.ipynb \
59
58
-p datadir "{{`{{ workflow.parameters.visitdir }}`}}"
60
59
-p inpath "{{`{{ workflow.parameters.inpath }}`}}" \
Original file line number Diff line number Diff line change 45
45
command : [bash]
46
46
source : |
47
47
echo '{{ .Files.Get "notebooks/xas_notebook.ipynb" | b64enc }}' | base64 -d > /tmp/notebook.ipynb
48
- echo '{{ .Files.Get "notebooks/requirements.txt" | b64enc }}' | base64 -d > /tmp/requirements.txt
49
48
volumeMounts :
50
49
- name : tmp
51
50
mountPath : /tmp
55
54
command : [bash]
56
55
source : |
57
56
python -m pip install --upgrade git+https://github.com/DanPorter/mmg_toolbox.git
58
- python -m ipykernel install --prefix=/tmp/venv --name=venv
59
57
python -m papermill /tmp/notebook.ipynb /tmp/notebook.ipynb \
60
58
-p inpath "{{`{{ workflow.parameters.inpath }}`}}" \
61
59
-p outpath "{{`{{ workflow.parameters.outpath }}`}}"
You can’t perform that action at this time.
0 commit comments