Skip to content

Commit

Permalink
[GSProcessing] Create 0.2.1 Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
thvasilo committed Nov 1, 2023
1 parent 77c1909 commit 4961bb0
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 120 deletions.
2 changes: 1 addition & 1 deletion docs/source/gs-processing/usage/emr-serverless.rst
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ as described in :ref:`gsp-upload-data-ref`.
--execution-role-arn $ROLE \
--job-driver "${ARGS_JSON}" # Need to surround ARGS_JSON with quotes here to maintain JSON formatting
Ae with the SageMaker example, we need to run a follow-up job to align the output with the
As with the SageMaker example, we need to run a follow-up job to align the output with the
expectations of the DistDGL partitioning pipeline. The easiest is to run the job locally
on an instance with S3 access:

Expand Down
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Welcome to the GraphStorm Documentation and Tutorials
gs-processing/usage/example
gs-processing/usage/distributed-processing-setup
gs-processing/usage/amazon-sagemaker
gs-processing/usage/emr-serverless
gs-processing/developer/input-configuration

.. toctree::
Expand Down
51 changes: 0 additions & 51 deletions graphstorm-processing/docker/0.1.0/emr/Dockerfile.cpu

This file was deleted.

67 changes: 0 additions & 67 deletions graphstorm-processing/docker/0.1.0/emr/emr_bootstrap.sh

This file was deleted.

2 changes: 1 addition & 1 deletion graphstorm-processing/docker/build_gsprocessing_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Available options:
-h, --help Print this help and exit
-x, --verbose Print script debug info (set -x)
-e, --environment Image execution environment. Must be one of 'emr' or 'sagemaker'. Required.
-e, --environment Image execution environment. Must be one of 'emr-serverless' or 'sagemaker'. Required.
-t, --target Docker image target, must be one of 'prod' or 'test'. Default is 'test'.
-p, --path Path to graphstorm-processing directory, default is the current directory.
-i, --image Docker image name, default is 'graphstorm-processing'.
Expand Down

0 comments on commit 4961bb0

Please sign in to comment.