File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ ENV PYTHON_VERSION=${python}
7
7
ENV DEBIAN_FRONTEND=noninteractive \
8
8
MPLBACKEND=Svg \
9
9
PYTHONUNBUFFERED=1 \
10
- LD_LIBRARY_PATH="/usr/include/x86_64-linux-gnu:/opt/intel/compilers_and_libraries_2020.3 .279/linux/mkl/lib/intel64:/opt/intel/compilers_and_libraries_2020.3.279/linux/mkl/include:/usr/local/lib:$LD_LIBRARY_PATH" \
10
+ LD_LIBRARY_PATH="/usr/include/x86_64-linux-gnu:/opt/intel/compilers_and_libraries_2023.0 .279/linux/mkl/lib/intel64:/opt/intel/compilers_and_libraries_2020.3.279/linux/mkl/include:/usr/local/lib:$LD_LIBRARY_PATH" \
11
11
PATH="/usr/local/sbin:/usr/bin/cmake/bin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/src/lightgbm/LightGBM:/usr/local/bin/mecab" \
12
- LIBRARY_PATH="/opt/intel/compilers_and_libraries_2020.3 .279/linux/mkl/lib/intel64" \
12
+ LIBRARY_PATH="/opt/intel/compilers_and_libraries_2023.0 .279/linux/mkl/lib/intel64" \
13
13
mecab_dicdir=/usr/local/lib/mecab/dic/mecab-ko-dic \
14
14
LANG=C.UTF-8
15
15
@@ -65,7 +65,7 @@ RUN apt update -y && \
65
65
proj-bin libproj-dev libgeos-dev libgeos++-dev graphviz \
66
66
python${PYTHON_VERSION} \
67
67
python${PYTHON_VERSION}-dev \
68
- intel-mkl-2020.3 -111 intel-ipp-2020.2 -108 intel-tbb-2020.3 -108 intel-daal-2020.2 -108 intel-mpi-2019.8 -108 \
68
+ intel-mkl-2023.0 -111 intel-ipp-2023.0 -108 intel-tbb-2023.0 -108 intel-daal-2023.0 -108 intel-mpi-2023.0 -108 \
69
69
libxml2-dev \
70
70
libxslt1-dev \
71
71
libasound2-dev \
You can’t perform that action at this time.
0 commit comments