install cudnn
This commit is contained in:
parent
d14dbbee6d
commit
393d7cf3d4
1
.staroid/Dockerfile.staroid
Normal file
1
.staroid/Dockerfile.staroid
Normal file
@ -0,0 +1 @@
|
||||
RUN conda install cudnn=7.6.5 --yes
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user