Skip to content

Commit 8f42d4f

Browse files
committed
2 parents 90e4b31 + 40eb181 commit 8f42d4f

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Dockerfile

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
FROM jupyter/scipy-notebook:latest
2+
3+
# Launchbot labels
4+
LABEL name.launchbot.io="ThinkDSP"
5+
LABEL workdir.launchbot.io="/usr/workdir"
6+
LABEL 8888.port.launchbot.io="Jupyter Notebook"
7+
8+
# Set the working directory
9+
WORKDIR /usr/workdir
10+
11+
# Expose the notebook port
12+
EXPOSE 8888
13+
14+
# Start the notebook server
15+
CMD jupyter notebook --no-browser --port 8888 --ip=*

0 commit comments

Comments
 (0)