Skip to content

Commit

Permalink
Update dgl version. (#271)
Browse files Browse the repository at this point in the history
*Issue #, if available:*

*Description of changes:*


By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.

---------

Co-authored-by: Xiang Song <[email protected]>
  • Loading branch information
classicsong and Xiang Song authored Jun 23, 2023
1 parent f7393ea commit eb01fb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt-get install -y cmake
RUN pip install torch==1.13.1+cu116 --extra-index-url https://download.pytorch.org/whl/cu116

# Install DGL
RUN pip3 install dgl==1.0.3 -f https://data.dgl.ai/wheels/cu116/repo.html
RUN pip3 install dgl==1.0.3+cu117 -f https://data.dgl.ai/wheels/cu117/repo.html

# Install related Python packages
RUN pip3 install ogb==1.3.6 scipy pyarrow boto3 scikit-learn transformers
Expand Down
2 changes: 1 addition & 1 deletion docker/sagemaker/Dockerfile.sm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM 763104351884.dkr.ecr.us-east-1.amazonaws.com/pytorch-training:1.13.1-gpu-py
LABEL maintainer="Amazon AI Graph ML team"

# Install DGL
RUN pip3 install dgl==1.0.3 -f https://data.dgl.ai/wheels/cu117/repo.html
RUN pip3 install dgl==1.0.3+cu117 -f https://data.dgl.ai/wheels/cu117/repo.html

# Install related Python packages
RUN pip3 install ogb==1.3.6 scipy pyarrow boto3 scikit-learn transformers
Expand Down

0 comments on commit eb01fb7

Please sign in to comment.