From 1180bbfb0f1285f2f163d7c0efcd05b8778523ad Mon Sep 17 00:00:00 2001 From: auphelia <jakobapk@web.de> Date: Tue, 29 Oct 2019 12:09:41 +0000 Subject: [PATCH] [run-docker] Changed run docker script back to only executing sudo without path --- run-docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-docker.sh b/run-docker.sh index 6cf54ebfd..291f89415 100755 --- a/run-docker.sh +++ b/run-docker.sh @@ -16,7 +16,7 @@ git clone --branch feature/finn_onnx_export $BREVITAS_REPO $BREVITAS_LOCAL || g git clone $EXAMPLES_REPO $EXAMPLES_LOCAL || git -C "$EXAMPLES_LOCAL" pull # remove possible temp files created from previous execution -/tools/xgs/bin/sudo rm -rf .eggs tests/__pycache__/ +sudo rm -rf .eggs tests/__pycache__/ echo "Mounting $SCRIPTPATH into /workspace/finn" echo "Mounting $SCRIPTPATH/brevitas into /workspace/brevitas" -- GitLab