File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
docker/cuda_version_12.8.0 Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ RUN apt-get update && apt-get install -y cmake automake autotools-dev libtool l
8181RUN 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; \
84- git clone https://github.com/ai-dynamo/nixl.git -b v0 .8.0 && \
84+ git clone https://github.com/ai-dynamo/nixl.git -b 0 .8.0 && \
8585 cd nixl && \
8686 rm -rf build && \
8787 mkdir build && \
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ RUN apt-get update && apt-get install -y cmake automake autotools-dev libtool l
108108RUN 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; \
111- git clone https://github.com/ai-dynamo/nixl.git -b v0 .8.0 && \
111+ git clone https://github.com/ai-dynamo/nixl.git -b 0 .8.0 && \
112112 cd nixl && \
113113 rm -rf build && \
114114 mkdir build && \
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ RUN apt-get update && apt-get install -y cmake automake autotools-dev libtool l
110110RUN apt-get update && apt-get install -y pkg-config tmux net-tools libaio-dev ; \
111111 cd /usr/local/src; \
112112 pip install --upgrade meson pybind11 patchelf; \
113- git clone https://github.com/ai-dynamo/nixl.git -b v0 .8.0 && \
113+ git clone https://github.com/ai-dynamo/nixl.git -b 0 .8.0 && \
114114 cd nixl && \
115115 rm -rf build && \
116116 mkdir build && \
You can’t perform that action at this time.
0 commit comments