Skip to content

Commit

Permalink
Update ci-runner start script to use host shm size as-is (#3274)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunchu authored Apr 8, 2024
1 parent 0a18171 commit ce4b7fc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .ci/start-runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,7 @@ if [ "$DEBUG_CONTAINER" = true ]; then
# shellcheck disable=SC2086
docker run -itd \
--runtime=nvidia \
--ipc=private \
--shm-size=24g \
--ipc=host \
"$CPU_OPTIONS" \
--name "$CONTAINER_NAME" \
-e NVIDIA_VISIBLE_DEVICES="$GPU_ID" \
Expand All @@ -168,8 +167,7 @@ else
# shellcheck disable=SC2086
docker run -itd \
--runtime=nvidia \
--ipc=private \
--shm-size=24g \
--ipc=host \
"$CPU_OPTIONS" \
--name "$CONTAINER_NAME" \
-e NVIDIA_VISIBLE_DEVICES="$GPU_ID" \
Expand Down

0 comments on commit ce4b7fc

Please sign in to comment.