Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Harding committed May 6, 2016
1 parent f82671c commit 20e40ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ repository.
For example, save [biipy_run.sh](biipy_run.sh) to a local file on your host
system, then run:

$ ./biipy_run.sh v1.7.0 ipython
$ ./biipy_run.sh v2.0.0 ipython

This will run a docker container using the biipy image and execute an IPython
shell.

To run a Jupyter notebook server, omit the last argument, e.g.:

$ ./biipy_run.sh v1.7.0
$ ./biipy_run.sh v2.0.0

You will probably want to map more directories from your host filesystem
into the container, and may want to change other settings such as the
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.8.0
v2.0.0

0 comments on commit 20e40ea

Please sign in to comment.