Skip to content

Commit

Permalink
bump for tgi
Browse files Browse the repository at this point in the history
  • Loading branch information
JingyaHuang committed Feb 15, 2024
1 parent 0af3917 commit 9728c47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions text-generation-inference/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ RUN wget -qO - https://apt.repos.neuron.amazonaws.com/GPG-PUB-KEY-AMAZON-AWS-NEU
RUN apt-get update -y \
&& apt-get install -y --no-install-recommends \
aws-neuronx-dkms=2.15.9.0 \
aws-neuronx-collectives=2.19.7.0-530fb3064 \
aws-neuronx-runtime-lib=2.19.5.0-97e2d271b \
aws-neuronx-tools=2.16.1.0 \
aws-neuronx-collectives=2.20.11.0 \
aws-neuronx-runtime-lib=2.20.11.0 \
aws-neuronx-tools=2.17.0.0 \
&& rm -rf /var/lib/apt/lists/* \
&& apt-get clean

Expand Down

0 comments on commit 9728c47

Please sign in to comment.