Skip to content

Commit f713839

Browse files
Fix Dockerfile for 0.19.0 release
1 parent 7adf848 commit f713839

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ RUN cd /usr/local/lib/python3.10/dist-packages/tensorrt_llm/libs && ln -s libnvi
2525
ENV LD_LIBRARY_PATH=/usr/local/lib/python3.10/dist-packages/tensorrt_llm/libs:$LD_LIBRARY_PATH
2626

2727
# ModelOpt installation with all optional dependencies.
28-
ARG MODELOPT_VERSION=0.17.0
29-
RUN pip install "nvidia-modelopt[all]~=$MODELOPT_VERSION" -U
28+
RUN pip install "nvidia-modelopt[all]" -U
3029
RUN python -c "import modelopt"
3130

3231
# Export the path to 'libcudnn.so.X' needed by 'libonnxruntime_providers_tensorrt.so'

0 commit comments

Comments
 (0)