From 8b2adc729ca638a821ed56b1167673db2fdd04b3 Mon Sep 17 00:00:00 2001 From: Eduardo Gonzalez Date: Wed, 18 Aug 2021 10:53:57 +0100 Subject: [PATCH] Fix docker start script --- docker/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/start.sh b/docker/start.sh index 75993ce..a24599a 100644 --- a/docker/start.sh +++ b/docker/start.sh @@ -3,7 +3,7 @@ if [[ ! -z "${RUN_DEVELOP:-}" ]]; then pip install git+https://github.com/eddienko/owl-pipeline-server.git else - pip install owl-pipeline-server==new_version + pip install owl-pipeline-server==0.6.1 fi if [[ ! -z "${EXTRA_PIP_PACKAGES:-}" ]]; then