Skip to content

Commit

Permalink
remove port
Browse files Browse the repository at this point in the history
  • Loading branch information
MishkaMN authored Nov 5, 2024
1 parent 6b96456 commit 0e33500
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions engineering_tools/carma
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,6 @@ carma__exec() {
--device=/dev/dri:/dev/dri \
--network=$NETWORK \
--entrypoint="$entrypoint" \
-p 8765:8765 \
-it $TARGET_IMAGE -c "$COMMAND"
else
docker run \
Expand All @@ -602,7 +601,6 @@ carma__exec() {
--device=/dev/dri:/dev/dri \
--network=$NETWORK \
--entrypoint="$entrypoint" \
-p 8765:8765 \
-it $TARGET_IMAGE --init-file "$INIT_FILE"
fi
}
Expand Down

0 comments on commit 0e33500

Please sign in to comment.