@@ -79,11 +79,11 @@ ARG DEADSNAKES_MIRROR_URL
7979ARG DEADSNAKES_GPGKEY_URL
8080ARG GET_PIP_URL
8181
82- # Install Python and other dependencies, libnuma-dev is needed by arm64 builds
82+ # Install Python and other dependencies
8383RUN echo 'tzdata tzdata/Areas select America' | debconf-set-selections \
8484 && echo 'tzdata tzdata/Zones/America select Los_Angeles' | debconf-set-selections \
8585 && apt-get update -y \
86- && apt-get install -y ccache software-properties-common git curl sudo libnuma-dev \
86+ && apt-get install -y ccache software-properties-common git curl sudo \
8787 && if [ ! -z ${DEADSNAKES_MIRROR_URL} ] ; then \
8888 if [ ! -z "${DEADSNAKES_GPGKEY_URL}" ] ; then \
8989 mkdir -p -m 0755 /etc/apt/keyrings ; \
@@ -288,11 +288,11 @@ ARG GET_PIP_URL
288288RUN PYTHON_VERSION_STR=$(echo ${PYTHON_VERSION} | sed 's/\. //g' ) && \
289289 echo "export PYTHON_VERSION_STR=${PYTHON_VERSION_STR}" >> /etc/environment
290290
291- # Install Python and other dependencies, libnuma-dev is needed by arm64 builds
291+ # Install Python and other dependencies
292292RUN echo 'tzdata tzdata/Areas select America' | debconf-set-selections \
293293 && echo 'tzdata tzdata/Zones/America select Los_Angeles' | debconf-set-selections \
294294 && apt-get update -y \
295- && apt-get install -y ccache software-properties-common git curl wget sudo vim python3-pip libnuma-dev \
295+ && apt-get install -y ccache software-properties-common git curl wget sudo vim python3-pip \
296296 && apt-get install -y ffmpeg libsm6 libxext6 libgl1 \
297297 && if [ ! -z ${DEADSNAKES_MIRROR_URL} ] ; then \
298298 if [ ! -z "${DEADSNAKES_GPGKEY_URL}" ] ; then \
0 commit comments