Skip to content

Commit

Permalink
install datasets in trtllm container (deepjavalibrary#1270)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohithkrn authored Nov 6, 2023
1 parent 6c80179 commit c99e625
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 @@ -66,7 +66,7 @@ RUN apt-get update && apt-get install -y wget unzip openmpi-bin libopenmpi-dev l

# Install PyTorch and TensorRT
RUN pip install torch==${TORCH_VERSION} transformers==${transformers_version} accelerate==${accelerate_version} ${peft_wheel} sentencepiece \
mpi4py cuda-python==${cuda_python_version} onnx polygraphy && \
mpi4py cuda-python==${cuda_python_version} onnx polygraphy datasets && \
pip install --no-cache-dir --extra-index-url https://pypi.nvidia.com tensorrt==${tensorrtlibs_version} && \
pip install --no-deps ${trtllm_wheel} && \
pip3 cache purge
Expand Down

0 comments on commit c99e625

Please sign in to comment.