Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
jalencato committed May 3, 2024
1 parent 51cc361 commit c57c823
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/build_docker_parmetis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ else
GSF_HOME="$1"
fi

# process argument 2: docker image name, default is graphstorm
# process argument 2: docker image name, default is graphstorm-parmetis
if [ -z "$2" ]; then
IMAGE_NAME="graphstorm-parmetis"
else
Expand Down Expand Up @@ -42,7 +42,6 @@ echo "Build a local docker image ${DOCKER_FULLNAME}"

SOURCE_IMAGE="public.ecr.aws/ubuntu/ubuntu:20.04_stable"

# Use Buildkit to avoid pulling both CPU and GPU images
DOCKER_BUILDKIT=1 docker build \
--build-arg SOURCE=${SOURCE_IMAGE} \
-f "${GSF_HOME}/docker/parmetis/Dockerfile.parmetis" . -t $DOCKER_FULLNAME
Expand Down

0 comments on commit c57c823

Please sign in to comment.