Skip to content

Commit

Permalink
Update the docker compose file to use the reference implementation in…
Browse files Browse the repository at this point in the history
… the training repo instead of gltorch
  • Loading branch information
LiSu committed Apr 26, 2024
1 parent 5c08ce5 commit 3a48931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graph_neural_network/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ RUN pip install git+https://github.com/mlcommons/logging.git
# TF32 instead of FP32 for faster compute
ENV NVIDIA_TF32_OVERRIDE=1

RUN git clone https://github.com/alibaba/graphlearn-for-pytorch.git
WORKDIR /workspace/repository/graphlearn-for-pytorch/examples/igbh
COPY ..
WORKDIR /workspace/repository

0 comments on commit 3a48931

Please sign in to comment.