Skip to content

Commit

Permalink
Merge pull request #694 from hyoklee/hyoklee-hermes-8
Browse files Browse the repository at this point in the history
ci: update docker hub pull location
  • Loading branch information
lukemartinlogan authored Sep 23, 2024
2 parents 9bd9322 + f8a94a1 commit 2f774fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
set -o pipefail

# Pull the Hermes dependencies image
docker pull lukemartinlogan/hermes_deps:latest
docker pull hdfgroup/hermes-deps:latest
docker run -d \
--mount src=${PWD},target=/hermes,type=bind \
--name hermes_deps_c \
Expand All @@ -14,5 +14,5 @@ docker run -d \
--shm-size=8G \
-p 4000:4000 \
-p 4001:4001 \
lukemartinlogan/hermes_deps \
hdfgroup/hermes-deps \
tail -f /dev/null

0 comments on commit 2f774fd

Please sign in to comment.