Skip to content

Commit

Permalink
feat: add container name (AutomotiveAIChallenge#130)
Browse files Browse the repository at this point in the history
* feat: add container name

Signed-off-by: Masahiro Kubota <[email protected]>

* fix typo

Signed-off-by: Masahiro Kubota <[email protected]>

---------

Signed-off-by: Masahiro Kubota <[email protected]>
  • Loading branch information
masahiro-kubota authored Oct 4, 2024
1 parent 04406d8 commit daab8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ esac
mkdir -p output

# shellcheck disable=SC2086
rocker ${opts} --x11 --devices /dev/dri --user --net host --privileged --volume ${volume} -- "aichallenge-2024-${target}"
rocker ${opts} --x11 --devices /dev/dri --user --net host --privileged --name aichallenge-2024 --volume ${volume} -- "aichallenge-2024-${target}"

0 comments on commit daab8bd

Please sign in to comment.