From cfd3e027719215a490a1e9b31bb0b8d2ecba05ed Mon Sep 17 00:00:00 2001 From: Sangwoo Han Date: Mon, 4 Nov 2019 23:49:40 +0900 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c45cada..73517a9 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 make -p /jupyter-lab && chmod 777 /jupyter-lab +RUN makedir -p /jupyter-lab && chmod 777 /jupyter-lab # Install tini (tiny init) RUN apt-get install -y curl grep sed dpkg && \