From 3418a5b8803a54521dd8c0902d632e56b5c1f100 Mon Sep 17 00:00:00 2001 From: Denys Savchenko <56398430+dsavchenko@users.noreply.github.com> Date: Thu, 5 Dec 2024 16:46:55 +0100 Subject: [PATCH] [tmp] update nb2workflow branch --- Dockerfile_galaxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile_galaxy b/Dockerfile_galaxy index 0426e99..7fe6d65 100644 --- a/Dockerfile_galaxy +++ b/Dockerfile_galaxy @@ -2,7 +2,7 @@ FROM python:3.10 COPY . /source -RUN pip install git+https://github.com/oda-hub/nb2workflow@master#egg=nb2workflow[galaxy] +RUN pip install git+https://github.com/oda-hub/nb2workflow@complex-input-json#egg=nb2workflow[galaxy] RUN pip install /source[galaxy] && rm -r /source # Add Tini