add path in gcc8s soft link (#25521)

fix_copy_if_different
iducn 5 years ago committed by GitHub
parent 6602ccf4ca
commit 9c008a1a80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1 +1 @@
Dockerfile.cuda10_cudnn7_gcc48_ubuntu16
Dockerfile.cuda10_cudnn7_gcc8_ubuntu16

@ -41,6 +41,7 @@ RUN wget -q https://paddle-docker-tar.bj.bcebos.com/home/users/tianshuo/bce-pyth
make -j8 && make install
ENV PATH=/usr/local/gcc-8.2/bin:$PATH
ENV LD_LIBRARY_PATH=/usr/local/gcc-8.2/lib64:$LD_LIBRARY_PATH
RUN rm -rf /temp_gcc82 && rm -rf /gcc-8.2.0.tar.xz && rm -rf /gcc-8.2.0
# Install Python3.6

Loading…
Cancel
Save