We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77c8e9d commit f1d4167Copy full SHA for f1d4167
1 file changed
ML-Frameworks/pytorch-aarch64/Dockerfile
@@ -28,8 +28,6 @@ ENV TORCH_WHEEL=$TORCH_WHEEL
28
ARG TORCH_AO_WHEEL
29
ENV TORCH_AO_WHEEL=$TORCH_AO_WHEEL
30
31
-# TODO make sure Openblas is 0.3.28
32
-# And mlcommons is 4.1
33
RUN if ! [ "$(arch)" = "aarch64" ] ; then exit 1; fi
34
35
RUN apt-get update && apt-get install -y \
0 commit comments