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