diff --git a/Dockerfile b/Dockerfile index 7a07ae6..f64b35b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN set -ex \ RUN apt-get -y update RUN apt-get -y install git -RUN pip install git+https://github.com/WildMeOrg/scoutbot.git@pipeline-v3 +RUN pip install git+https://github.com/WildMeOrg/scoutbot.git RUN pip3 uninstall -y onnxruntime RUN pip3 install onnxruntime-gpu