From ac5220f0600335ecfd93ccc1b99ba77d9d970247 Mon Sep 17 00:00:00 2001 From: Yosuke Matsusaka Date: Wed, 16 Dec 2020 21:48:27 +0900 Subject: [PATCH] test with compute --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index a63f351..db3f989 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,4 +62,5 @@ RUN source ~/.bashrc && pip install -U cupy-cuda101==6.0.0 chainer==6.0.0 chaine COPY test.py /test.py + CMD python /test.py \ No newline at end of file