Skip to content

Commit

Permalink
[Cherry-pick][TRTLLM] take out cudnn (#2286) (#2288)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qing Lan authored Aug 6, 2024
1 parent b46b23a commit 6161b30
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions serving/docker/tensorrt-llm.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ COPY partition /opt/djl/partition
COPY distribution[s]/ ./
RUN mv *.deb djl-serving_all.deb || true

# Install CUDNN 8
RUN apt-get update && apt-get install -y --no-install-recommends libcudnn9-cuda-12 && rm -rf /var/lib/apt/lists/*

# Install OpenMPI and other deps
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y g++ wget unzip openmpi-bin libopenmpi-dev libffi-dev git-lfs rapidjson-dev graphviz && \
Expand Down

0 comments on commit 6161b30

Please sign in to comment.