We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c08ce5 commit 3a48931Copy full SHA for 3a48931
graph_neural_network/Dockerfile
@@ -15,5 +15,5 @@ RUN pip install git+https://github.com/mlcommons/logging.git
15
# TF32 instead of FP32 for faster compute
16
ENV NVIDIA_TF32_OVERRIDE=1
17
18
-RUN git clone https://github.com/alibaba/graphlearn-for-pytorch.git
19
-WORKDIR /workspace/repository/graphlearn-for-pytorch/examples/igbh
+COPY ..
+WORKDIR /workspace/repository
0 commit comments