From 9cdd6885956c9c193a41d0dfae984005ed41d884 Mon Sep 17 00:00:00 2001 From: Bjoern Gruening Date: Fri, 1 May 2015 20:54:53 +0200 Subject: [PATCH] Bind the IPython IE to a fixed Docker Image --- .../interactive_environments/ipython/config/ipython.ini.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/plugins/interactive_environments/ipython/config/ipython.ini.sample b/config/plugins/interactive_environments/ipython/config/ipython.ini.sample index 154f5a54e12f..7921f4d90263 100644 --- a/config/plugins/interactive_environments/ipython/config/ipython.ini.sample +++ b/config/plugins/interactive_environments/ipython/config/ipython.ini.sample @@ -8,7 +8,7 @@ [docker] command = docker -image = bgruening/docker-ipython-notebook +image = bgruening/docker-ipython-notebook:0.2 # URL to access the Galaxy API with from the spawn Docker containter, if empty # this falls back to galaxy.ini's galaxy_infrastructure_url and finally to the