install cudnn

This commit is contained in:
Lee moon soo 2020-08-03 17:44:20 -07:00
parent d14dbbee6d
commit 393d7cf3d4
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1 @@
RUN conda install cudnn=7.6.5 --yes

View File

@ -7,6 +7,9 @@
./generate-Dockerfile.sh -s --no-datascience-notebook --no-useful-packages
cd .build
# apply staroid patch
cat ../Dockerfile.staroid >> Dockerfile
# print Dockerfile
cat Dockerfile