diff --git a/run-docker.sh b/run-docker.sh index 6cf54ebfda951d22cd97a8883eb60449ac2433da..291f894153586ea09ed4713d0fa4ed693a9cb735 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"