We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5cefaf commit c96b0f0Copy full SHA for c96b0f0
commons/Dockerfile.base
@@ -9,7 +9,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
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" \
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_2021.9.279/linux/mkl/lib/intel64" \
+ LIBRARY_PATH="/opt/intel/compilers_and_libraries_2020.3.279/linux/mkl/lib/intel64" \
13
mecab_dicdir=/usr/local/lib/mecab/dic/mecab-ko-dic \
14
LANG=C.UTF-8
15
0 commit comments