From 970e3d0eb945e54a25154894afb2d6ba5d16d520 Mon Sep 17 00:00:00 2001 From: Sangwoo Han Date: Mon, 4 Nov 2019 23:50:23 +0900 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 73517a9..179341a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN wget --quiet https://repo.anaconda.com/archive/Anaconda3-5.3.0-Linux-x86_64. RUN conda install -y tensorflow-gpu=2.0.0 && conda clean -y -a # Make jupyter lab working directory -RUN makedir -p /jupyter-lab && chmod 777 /jupyter-lab +RUN mkdir -p /jupyter-lab && chmod 777 /jupyter-lab # Install tini (tiny init) RUN apt-get install -y curl grep sed dpkg && \