Skip to content

Commit

Permalink
Merge branch 'main' of github.com:IndependentRobotics/nanoowl
Browse files Browse the repository at this point in the history
  • Loading branch information
fultonms committed Jun 24, 2024
2 parents cd5aeb6 + b39e825 commit 4e18d2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/x86_64/build_image.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TARGET=$1
IR_UTILS=/home/michael/code/ir_utils/
NANOOWL=/home/michael/code/nanoowl/
IR_UTILS=$HOME/code/ir_utils/
NANOOWL=$HOME/code/nanoowl/

docker build --tag nanoowl --file ./nanoowl.Dockerfile \
--target=$TARGET \
Expand Down

0 comments on commit 4e18d2b

Please sign in to comment.