closes #25 by adding libcudnn7-dev
This commit is contained in:
parent
1c8b32a23c
commit
113d082cc4
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user