From 393d7cf3d43c9227ba3db82c1addcaeed0860f51 Mon Sep 17 00:00:00 2001 From: Lee moon soo Date: Mon, 3 Aug 2020 17:44:20 -0700 Subject: [PATCH] install cudnn --- .staroid/Dockerfile.staroid | 1 + .staroid/build.sh | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 .staroid/Dockerfile.staroid diff --git a/.staroid/Dockerfile.staroid b/.staroid/Dockerfile.staroid new file mode 100644 index 0000000..b2aa97e --- /dev/null +++ b/.staroid/Dockerfile.staroid @@ -0,0 +1 @@ +RUN conda install cudnn=7.6.5 --yes diff --git a/.staroid/build.sh b/.staroid/build.sh index 0d8f9a5..4313787 100755 --- a/.staroid/build.sh +++ b/.staroid/build.sh @@ -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