Skip to content

Commit cb17147

Browse files
committed
fixes
1 parent d134ac6 commit cb17147

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/xas-notebook.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ spec:
4444
source: |
4545
echo '{{ .Files.Get "notebooks/xas-notebook.ipynb" | b64enc }}' | base64 -d > /tmp/notebook.ipynb
4646
echo '{{ .Files.Get "notebooks/requirements.txt" | b64enc }}' | base64 -d > /tmp/requirements.txt
47+
cat /tmp/notebook.ipynb
4748
volumeMounts:
4849
- name: tmp
4950
mountPath: /tmp

0 commit comments

Comments
 (0)