Files
insightface/cpp-package/inspireface/docker/Dockerfile.manylinux2014_aarch64
2025-08-08 13:26:10 +08:00

13 lines
225 B
Docker

# Use manylinux2014_aarch64 as the base image
FROM quay.io/pypa/manylinux2014_aarch64
ARG https_proxy
ARG http_proxy
ARG all_proxy
# Set the working directory
WORKDIR /workspace
# Default to running Bash
CMD ["/bin/bash"]