File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ USER root
8
8
# https://www.tensorflow.org/install/source#linux
9
9
10
10
# Python/Mamba deps
11
- # # tf 2.13 does not work with torch 2.2.1. Both require conflicting versions of typing-extensions
11
+ # # tf 2.18+ does not work with cu124 pytorch. tf 2.18 needs cudnn 9.3+, torch installs cudnn 9.1
12
12
ARG CUDA_VERSION=12.4 \
13
- TENSORFLOW_VERSION=2.18 .0 KERAS_VERSION=3.7.0 TENSORRT_VERSION=10.7.0 TORCH_VERSION=2.5.1
13
+ TENSORFLOW_VERSION=2.17 .0 KERAS_VERSION=3.7.0 TENSORRT_VERSION=10.7.0 TORCH_VERSION=2.5.1
14
14
15
15
# apt deps
16
16
RUN apt-get update && \
Original file line number Diff line number Diff line change 4
4
# export LD_LIBRARY_PATH="/opt/conda/lib/python3.11/site-packages/tensorrt:$LD_LIBRARY_PATH"
5
5
6
6
# tensorrt 8.6+
7
- export LD_LIBRARY_PATH=" /opt/conda/lib/python3.11 /site-packages/tensorrt:$LD_LIBRARY_PATH "
8
- export LD_LIBRARY_PATH=" /opt/conda/lib/python3.11 /site-packages/tensorrt_bindings:$LD_LIBRARY_PATH "
9
- export LD_LIBRARY_PATH=" /opt/conda/lib/python3.11 /site-packages/tensorrt_libs:$LD_LIBRARY_PATH "
7
+ export LD_LIBRARY_PATH=" /opt/conda/lib/python3.12 /site-packages/tensorrt:$LD_LIBRARY_PATH "
8
+ export LD_LIBRARY_PATH=" /opt/conda/lib/python3.12 /site-packages/tensorrt_bindings:$LD_LIBRARY_PATH "
9
+ export LD_LIBRARY_PATH=" /opt/conda/lib/python3.12 /site-packages/tensorrt_libs:$LD_LIBRARY_PATH "
You can’t perform that action at this time.
0 commit comments