forked from mindspore-Ecosystem/mindspore
Update mindspore-gpu:devel docker image
This commit is contained in:
parent
0d0517c22d
commit
a6146a6d2f
|
@ -6,7 +6,6 @@ MAINTAINER leonwanghui <leon.wanghui@huawei.com>
|
|||
ENV PYTHON_ROOT_PATH /usr/local/python-3.7.5
|
||||
ENV CMAKE_ROOT_PATH /usr/local/cmake-3.14.1
|
||||
ENV PATH ${CMAKE_ROOT_PATH}/bin:/usr/local/bin:$PATH
|
||||
ENV LD_LIBRARY_PATH /usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH
|
||||
|
||||
# Install base tools
|
||||
RUN apt update \
|
||||
|
@ -37,6 +36,9 @@ RUN DEBIAN_FRONTEND=noninteractive apt install -y \
|
|||
automake \
|
||||
flex
|
||||
|
||||
# Configure cuDNN (v7.6.5)
|
||||
RUN ln -s /usr/lib/x86_64-linux-gnu/libcudnn.so.7.6.5 /usr/local/cuda/lib64/libcudnn.so
|
||||
|
||||
# Set bash
|
||||
RUN echo "dash dash/sh boolean false" | debconf-set-selections
|
||||
RUN DEBIAN_FRONTEND=noninteractive dpkg-reconfigure dash
|
||||
|
|
Loading…
Reference in New Issue