From 9531cef75463ea4224e980691dfd2c51c6f83c86 Mon Sep 17 00:00:00 2001 From: Aadhitya A Date: Fri, 22 Oct 2021 21:23:14 +0530 Subject: [PATCH] Make changes in Dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 91d4751..82c03ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,6 @@ RUN mkdir src WORKDIR /src/ COPY . . RUN pip3 install jupyter -WORKDIR /src/ # Add Tini. Tini operates as a process subreaper for jupyter. This prevents kernel crashes. ENV TINI_VERSION v0.6.0 ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /usr/bin/tini