File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docker/cuda_version_12.8.0 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 && \
Original file line number Diff line number Diff 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 && \
You can’t perform that action at this time.
0 commit comments