Skip to content

Commit

Permalink
Revert "fix: change from copy to volume mount using rocker (Automotiv…
Browse files Browse the repository at this point in the history
  • Loading branch information
isamu-takagi authored Nov 7, 2024
1 parent 1cc9b73 commit 616db88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ RUN apt-get -y install ros-humble-rqt-graph
RUN apt install zenoh-bridge-ros2dds terminator -y
RUN apt install arp-scan -y

COPY --chmod=757 remote /remote
COPY --chmod=757 vehicle /vehicle

# PATH="$PATH:/root/.local/bin"
# PATH="/usr/local/cuda/bin:$PATH"
ENV XDG_RUNTIME_DIR=/tmp/xdg
Expand Down
2 changes: 1 addition & 1 deletion docker_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ case "${target}" in
volume="output:/output"
;;
"dev")
volume="output:/output aichallenge:/aichallenge remote:/remote vehicle:/vehicle"
volume="output:/output aichallenge:/aichallenge"
;;
*)
echo "invalid argument (use 'dev' or 'eval')"
Expand Down

0 comments on commit 616db88

Please sign in to comment.