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_x86_64:2020-12-31-56195b3
-
- ENV UID=1024 \
- PATH=${PATH}:/usr/local/cuda/bin \
- LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/cuda/lib64:/usr/local/cuda/lib64/stubs:/opt/cudnn/lib64:/opt/tensorrt/lib
-
- ARG platform
- COPY setup_mirror.sh .
- RUN ./setup_mirror.sh "$platform"
-
- ADD init_image.sh /tmp
- RUN /tmp/init_image.sh x86_64 && rm -f /tmp/init_image.sh
|