Skip to content

Commit

Permalink
Remove libnccl-dev installation in trtllm container (#1822)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhil-sk authored Apr 26, 2024
1 parent b6b9451 commit 569cd6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serving/docker/tensorrt-llm.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ RUN apt-get update && apt-get install -y g++ wget unzip openmpi-bin libopenmpi-d
apt-get clean -y && rm -rf /var/lib/apt/lists/*

# Install latest CUDNN8
RUN apt-get update && apt-get install -y libcudnn8 libnccl-dev && \
RUN apt-get update && apt-get install -y libcudnn8 && \
apt-get clean -y && rm -rf /var/lib/apt/lists/*

# Install PyTorch
Expand Down

0 comments on commit 569cd6b

Please sign in to comment.