Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjurado committed Aug 14, 2024
1 parent 6742d71 commit d309a72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graph_neural_network/Dockerfile_mlcube
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ RUN pip install --no-index torch_scatter==2.1.1 torch_sparse==0.6.17 -f https:/
RUN pip install graphlearn-torch==0.2.2

RUN apt update
RUN apt install -y git
RUN apt install -y git wget
RUN pip install git+https://github.com/mlcommons/logging.git

# TF32 instead of FP32 for faster compute
ENV NVIDIA_TF32_OVERRIDE=1

COPY ..
COPY . /workspace/repository
RUN chmod +x *.sh
WORKDIR /workspace/repository

0 comments on commit d309a72

Please sign in to comment.