You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

Dockerfile_aarch64 261 B

1234567891011
  1. FROM quay.io/pypa/manylinux2014_aarch64:2021-12-30-cb9fd5b
  2. ENV UID=1024 PATH=${PATH}:/usr/local/cuda/bin
  3. ARG platform
  4. COPY setup_mirror.sh .
  5. RUN ./setup_mirror.sh "$platform"
  6. ADD init_image.sh /tmp
  7. RUN /tmp/init_image.sh aarch64 && rm -f /tmp/init_image.sh