From 5970b4ff1f333455a641f7422b4efe62fc2180a1 Mon Sep 17 00:00:00 2001 From: Denys SAVCHENKO Date: Thu, 5 Dec 2024 23:30:56 +0100 Subject: [PATCH] Revert "[tmp] update nb2workflow branch" This reverts commit 3418a5b8803a54521dd8c0902d632e56b5c1f100. --- Dockerfile_galaxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile_galaxy b/Dockerfile_galaxy index 7fe6d65..0426e99 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@complex-input-json#egg=nb2workflow[galaxy] +RUN pip install git+https://github.com/oda-hub/nb2workflow@master#egg=nb2workflow[galaxy] RUN pip install /source[galaxy] && rm -r /source # Add Tini