Skip to content

Commit

Permalink
pull
Browse files Browse the repository at this point in the history
  • Loading branch information
tuas-travis-ci authored and Samir-Rashid committed Jun 12, 2024
1 parent e5b784d commit 7a6b6c0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ stop-jetson-pixhawk-compose:
run-jetson-cuda-check:
docker run -it --rm --runtime nvidia -i ghcr.io/tritonuas/obcpp:jetson /obcpp/build/bin/cuda_check

<<<<<<< HEAD

# NOTE: Use this target for development where you want to quicly edit source code and recompile.
# This will spawn up the jetson container, launch you into a bash shell and mount the
Expand All @@ -39,7 +38,3 @@ run-jetson-cuda-check:
# in the Dockerfile.jetson.
jetson-develop:
cd .. && docker run -it --net=host --runtime=nvidia --platform=linux/arm64 --volume=./:/obcpp --device=/dev/ttyACM0 tritonuas/obcpp:jetson /bin/bash
=======
jetson-develop:
cd .. && docker run -it --net=host --runtime=nvidia --volume=./:/obcpp -i tritonuas/obcpp:jetson /bin/bash
>>>>>>> bdbd1f8 (pull)

0 comments on commit 7a6b6c0

Please sign in to comment.