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