Skip to content

Commit

Permalink
remove container name from docker run command
Browse files Browse the repository at this point in the history
  • Loading branch information
rrsettgast committed May 23, 2024
1 parent 351a172 commit c15c633
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuousIntegration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
ENABLE_CUDA: ON
DOCKER_RUN_ARGS: "--cpus=4 --memory=64g --runtime=nvidia --gpus all"

- name: RHEL8.9-gcc12-cuda12-rel (ubi8.8, gcc 13.2.1, cuda-12.4.1, Release)
- name: RHEL8.9-gcc13-cuda12-rel (ubi8.8, gcc 13.2.1, cuda-12.4.1, Release)
DOCKER_REPOSITORY: geosx/ubi:8.9-cuda12.4.1
RUNS_ON: streak
CMAKE_CXX_COMPILER: /opt/rh/gcc-toolset-13/root/bin/g++
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci_build_and_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CONTAINER_NAME=shiva_build
# Now we can build shiva.
docker run \
--rm \
--name=${CONTAINER_NAME} \
# --name=${CONTAINER_NAME} \
--volume=${BUILD_DIR}:${BUILD_DIR_MOUNT_POINT} \
--cap-add=ALL \
${DOCKER_RUN_ARGS} \
Expand Down

0 comments on commit c15c633

Please sign in to comment.