Skip to content

Commit

Permalink
Fix docker start script
Browse files Browse the repository at this point in the history
  • Loading branch information
eddienko committed Aug 18, 2021
1 parent 56ea268 commit 8b2adc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b2adc7

Please sign in to comment.