Skip to content

Commit b72ebd5

Browse files
committed
Revert libnuma change to see if it passes on cu129
Signed-off-by: Huy Do <[email protected]>
1 parent 8988fc1 commit b72ebd5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ ARG DEADSNAKES_MIRROR_URL
7979
ARG DEADSNAKES_GPGKEY_URL
8080
ARG GET_PIP_URL
8181

82-
# Install Python and other dependencies, libnuma-dev is needed by arm64 builds
82+
# Install Python and other dependencies
8383
RUN 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
288288
RUN 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
292292
RUN 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

Comments
 (0)