Skip to content

Commit 2fa3b32

Browse files
authored
Updated docker PWD part of the command (#1235)
1 parent f859820 commit 2fa3b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ To start a Jupyter notebook, you could instead run e.g.:
169169

170170
.. code:: bash
171171
172-
docker run -it -v $PWD:/opt/nb -p 8888:8888 mfeurer/auto-sklearn:master /bin/bash -c "mkdir -p /opt/nb && jupyter notebook --notebook-dir=/opt/nb --ip='0.0.0.0' --port=8888 --no-browser --allow-root"
172+
docker run -it -v ${PWD}:/opt/nb -p 8888:8888 mfeurer/auto-sklearn:master /bin/bash -c "mkdir -p /opt/nb && jupyter notebook --notebook-dir=/opt/nb --ip='0.0.0.0' --port=8888 --no-browser --allow-root"
173173
174174
Alternatively, it is possible to use the development version of auto-sklearn by replacing all
175175
occurences of ``master`` by ``development``.

0 commit comments

Comments
 (0)