|
|
|
@ -24,7 +24,7 @@ COPY ./paddle/scripts/docker/root/ /root/
|
|
|
|
|
|
|
|
|
|
RUN apt-get update && \
|
|
|
|
|
apt-get install -y --allow-downgrades \
|
|
|
|
|
git python-pip python-dev openssh-server bison \
|
|
|
|
|
git python-pip python-dev python-opencv openssh-server bison \
|
|
|
|
|
libnccl2=2.1.2-1+cuda8.0 libnccl-dev=2.1.2-1+cuda8.0 \
|
|
|
|
|
wget unzip unrar tar xz-utils bzip2 gzip coreutils ntp \
|
|
|
|
|
curl sed grep graphviz libjpeg-dev zlib1g-dev \
|
|
|
|
@ -76,8 +76,7 @@ RUN easy_install -U pip && \
|
|
|
|
|
pip install sphinx-rtd-theme==0.1.9 recommonmark
|
|
|
|
|
|
|
|
|
|
RUN pip install pre-commit 'ipython==5.3.0' && \
|
|
|
|
|
pip install 'ipykernel==4.6.0' 'jupyter==1.0.0' && \
|
|
|
|
|
pip install opencv-python
|
|
|
|
|
pip install 'ipykernel==4.6.0' 'jupyter==1.0.0'
|
|
|
|
|
|
|
|
|
|
#For docstring checker
|
|
|
|
|
RUN pip install pylint pytest astroid isort
|
|
|
|
|