Skip to content

Commit

Permalink
build: fix docker dep image
Browse files Browse the repository at this point in the history
close #5
  • Loading branch information
hyoklee committed Sep 18, 2024
1 parent da2fb11 commit 699de4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ set -e
set -o pipefail

# Pull the Hermes dependencies image
docker pull lukemartinlogan/hermes_deps:latest
# docker pull lukemartinlogan/hermes_deps:latest
docker pull hdfeos/hermes_deps:latest
docker run -d \
--mount src=${PWD},target=/hermes,type=bind \
--name hermes_deps_c \
Expand Down

0 comments on commit 699de4c

Please sign in to comment.