Skip to content
Snippets Groups Projects
Commit 1180bbfb authored by auphelia's avatar auphelia
Browse files

[run-docker] Changed run docker script back to only executing sudo without path

parent 6d9fb6cc
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment