From 1ef269336f7e8560c81e9e5d3040f1e6cd2ac4bc Mon Sep 17 00:00:00 2001 From: Tanya <62726866+TanyaStere42@users.noreply.github.com> Date: Tue, 6 Feb 2024 08:56:27 -0800 Subject: [PATCH] Point to main scoutbot scout was updated without resolving dev references. fixing --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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