Skip to content

Commit f5e07af

Browse files
blueswhenniushengxiao
andauthored
fix: update nixl installation in the dockerfiles (#1145)
Co-authored-by: niushengxiao <niushengxiao@sensetime.com>
1 parent 68661b2 commit f5e07af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/cuda_version_12.8.0/Dockerfile.nixl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ RUN apt-get update && apt-get install -y cmake automake autotools-dev libtool l
7878
make -j install-strip && \
7979
ldconfig;
8080

81-
RUN apt-get update && apt-get install -y pkg-config tmux net-tools ; \
81+
RUN apt-get update && apt-get install -y pkg-config tmux net-tools libaio-dev ; \
8282
cd /usr/local/src; \
8383
pip install --upgrade meson pybind11 patchelf; \
8484
git clone https://github.com/ai-dynamo/nixl.git -b main && \

docker/cuda_version_12.8.0/Dockerfile.nixl.deepep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ RUN apt-get update && apt-get install -y cmake automake autotools-dev libtool l
105105
make -j install-strip && \
106106
ldconfig;
107107

108-
RUN apt-get update && apt-get install -y pkg-config tmux net-tools ; \
108+
RUN apt-get update && apt-get install -y pkg-config tmux net-tools libaio-dev ; \
109109
cd /usr/local/src; \
110110
pip install --upgrade meson pybind11 patchelf; \
111111
git clone https://github.com/ai-dynamo/nixl.git -b main && \

0 commit comments

Comments
 (0)