Skip to content

Commit

Permalink
fix typo and remove libcublas-dev as suggested https://github.com/mlp…
Browse files Browse the repository at this point in the history
  • Loading branch information
changtimwu committed May 3, 2020
1 parent 132ee14 commit 5b30e08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions closed/NVIDIA/docker/Dockerfile.wk1
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ RUN echo "deb http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604
curl wget pkg-config sudo ca-certificates vim-tiny automake libssl-dev \
jq bc google-perftools gdb libglib2.0-dev clang sshfs libre2-dev \
zip unzip g++ zlib1g-dev \
&& apt-get install -y --no-install-recommends cuda-cudart-dev-10-1 cuda-curand-dev-10-1 cuda-nvrtc-dev-10-1 cuda-command-line-tools-10-1 libcublas-dev \
&& apt-get install -y --no-install-recommends cuda-cudart-dev-10-1 cuda-curand-dev-10-1 cuda-nvrtc-dev-10-1 cuda-command-line-tools-10-1 \
&& ln -s cuda-10.1 /usr/local/cuda

ENV LC_ALL=C.UTF-8
ENV LANG=C.UTF-8

### Install necessary python modules
RUN pip install --upgrade pip \
&& pip install ez_setup==0.9 numpy absl-py==0.7.1
&& pip install ez_setup==0.9 numpy absl-py==0.7.1 \
&& pip install pillow==6.0.0 cmake==3.11.0 opencv-python-headless


Expand Down

0 comments on commit 5b30e08

Please sign in to comment.