From 5fc2134e87dc1c19fb2c37407751ca51e0389c56 Mon Sep 17 00:00:00 2001 From: "Mark Edward M. Gonzales" Date: Wed, 16 Aug 2023 20:06:00 +0800 Subject: [PATCH] Update order of instructions for specifying commit hash of mcdp2 --- Dockerfile-workflow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-workflow b/Dockerfile-workflow index 13b20e48..ef6e21b2 100644 --- a/Dockerfile-workflow +++ b/Dockerfile-workflow @@ -26,8 +26,8 @@ RUN pip3 install --no-cache-dir -r dependencies/requirements-workflow.txt # Install mcdp2 RUN cd ../ \ && git clone https://github.com/fmfi-compbio/mcdp2 \ - && git reset --hard fd7c69f5e97db8c1052df859cb02d86533287e64 \ && cd mcdp2 \ + && git reset --hard fd7c69f5e97db8c1052df859cb02d86533287e64 \ && pip3 install . \ && cd ../app