mirror of
https://github.com/deepinsight/insightface.git
synced 2025-12-30 08:02:27 +00:00
13 lines
225 B
Docker
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"]
|