Skip to content

Commit 01bb1d3

Browse files
committed
Add dockerfile to run notebooks in container
1 parent e75cd2f commit 01bb1d3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: Dockerfile

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
FROM almondsh/almond:0.4.0
2+
3+
USER $NB_UID
4+
5+
COPY --chown=1000:100 . $HOME

0 commit comments

Comments
 (0)