Skip to content

Commit

Permalink
closes #25 by adding libcudnn7-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mathematicalmichael authored Sep 1, 2020
1 parent 1c8b32a commit 113d082
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Dockerfile.gpulibs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ RUN pip install --upgrade pip && \
RUN conda install --quiet --yes \
pyyaml mkl mkl-include setuptools cmake cffi typing

# Deep-NN libs
RUN apt-get update && apt-get install -y libcudnn7-dev && rm -rf /var/lib/apt/lists/*

# Check compatibility here: https://pytorch.org/get-started/locally/
RUN conda install --quiet --yes \
pytorch \
Expand Down

0 comments on commit 113d082

Please sign in to comment.