Skip to content

Commit 200df00

Browse files
committed
update Dockerfile dependencies
1 parent c9eafb6 commit 200df00

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker/Dockerfile.intel

+1-3
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ RUN --mount=type=cache,id=apt-dev,target=/var/cache/apt \
2727
libpng-dev \
2828
python3 \
2929
python3-pip \
30-
python3-dev \
31-
libnuma-dev \
3230
&& rm -rf /var/lib/apt/lists/*"
3331
RUN /usr/sbin/update-ccache-symlinks
3432
RUN mkdir /opt/ccache && ccache --set-config=cache_dir=/opt/ccache
@@ -46,7 +44,7 @@ RUN python3 -m pip install --no-cache-dir \
4644
-f https://download.pytorch.org/whl/torch_stable.html && \
4745
python3 -m pip install intel-extension-for-pytorch==$IPEX_VERSION && \
4846
python3 -m pip install oneccl_bind_pt --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/cpu/us/ && \
49-
python3 -m pip install --no-cache-dir numa
47+
python3 -m pip install --no-cache-dir py-libnuma
5048

5149
ARG KMP_BLOCKTIME=1
5250
ENV KMP_BLOCKTIME=${KMP_BLOCKTIME}

0 commit comments

Comments
 (0)