From 1a3fe2834561e814aeadd85227b82242e2e50c1f Mon Sep 17 00:00:00 2001 From: Elliot Alderson <46229190+k3nw4y@users.noreply.github.com> Date: Thu, 2 Jun 2022 04:44:44 +0530 Subject: [PATCH] Update get-prerequisites.sh so that there will be no memory issues on low memory devices --- get-prerequisites.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-prerequisites.sh b/get-prerequisites.sh index 655a007..ab62473 100644 --- a/get-prerequisites.sh +++ b/get-prerequisites.sh @@ -24,7 +24,7 @@ gdown https://drive.google.com/uc?id=11mujzVaFqa7R1_lB7q0kVPW22Ol51MPg # Install the Downloaded Wheel -pip install tensorflow-2.2.0-cp37-cp37m-linux_armv7l.whl +pip install --no-cache-dir tensorflow-2.2.0-cp37-cp37m-linux_armv7l.whl # A Few more Prerequisites for the TensorFlow Object Detection API and Testing