Skip to content

Commit

Permalink
[tmp] update nb2workflow branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dsavchenko authored Dec 5, 2024
1 parent ffdee3d commit 3418a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile_galaxy
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3418a5b

Please sign in to comment.