From e944c925662b7e2652b37a5b159736e8a12cc790 Mon Sep 17 00:00:00 2001 From: andy Date: Wed, 29 Jul 2020 15:37:02 +0900 Subject: [PATCH] file name was changed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a216d10..e9de060 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ The following commands will start *GPU-Jupyter* on [localhost:8848](http://local password `asdf`. ```bash - ./generate_Dockerfile.sh + ./generate-Dockerfile.sh docker build -t gpu-jupyter .build/ # will take a while docker run -d -p [port]:8888 gpu-jupyter # starts gpu-jupyter WITHOUT GPU support ```