We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e17c59 commit 78666dcCopy full SHA for 78666dc
biopython-tutorial/Dockerfile
@@ -1,8 +1,6 @@
1
FROM biopython/biopython-notebook
2
MAINTAINER Tiago Antao <tra@popgen.net>
3
4
-ENV DEBIAN_FRONTEND noninteractive
+ENV JUPYTER_HOME /scratch/biopython-notebook/notebooks
5
6
RUN git clone https://github.com/tiagoantao/biopython-notebook.git
7
-WORKDIR /scratch/biopython-notebook/notebooks
8
-CMD jupyter notebook --no-browser --ip=* --port=9803
0 commit comments