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.
|
- FROM quay.io/pypa/manylinux2014_aarch64:2021-12-30-cb9fd5b
-
- ENV UID=1024 PATH=${PATH}:/usr/local/cuda/bin
-
- ARG platform
- COPY setup_mirror.sh .
- RUN ./setup_mirror.sh "$platform"
-
- ADD init_image.sh /tmp
- RUN /tmp/init_image.sh aarch64 && rm -f /tmp/init_image.sh
|