From e216b4549be02a12c16d50313935ad0dfa073b90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gr=C3=BCning?= Date: Wed, 10 Jul 2024 22:52:31 +0200 Subject: [PATCH] path-based ITs are not working oob ping @sveinugu --- .../interactive/interactivetool_jupyter_notebook_1.0.0.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/interactive/interactivetool_jupyter_notebook_1.0.0.xml b/tools/interactive/interactivetool_jupyter_notebook_1.0.0.xml index 5b5e91e16144..b62c501c1726 100644 --- a/tools/interactive/interactivetool_jupyter_notebook_1.0.0.xml +++ b/tools/interactive/interactivetool_jupyter_notebook_1.0.0.xml @@ -3,7 +3,7 @@ quay.io/bgruening/docker-jupyter-notebook:2021-03-05 - + 8888 ipython/lab @@ -14,7 +14,7 @@ 8080 $__galaxy_url__ - jupytool + @@ -81,7 +81,7 @@ except FileNotFoundError: export GALAXY_WORKING_DIR=`pwd` && mkdir -p ./jupyter/outputs/collection && mkdir -p ./jupyter/galaxy_inputs && - export PROXY_PREFIX=\${EP_PATH%/ipython*} && + ##export PROXY_PREFIX=\${EP_PATH%/ipython*} && ## change into the directory where the notebooks are located cd ./jupyter/ &&