Skip to content

Commit

Permalink
ci: update docker hub pull location
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Sep 20, 2024
1 parent 9bd9322 commit f8a94a1
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 f8a94a1

Please sign in to comment.