Skip to content
This repository has been archived by the owner on May 14, 2023. It is now read-only.

Commit

Permalink
Make changes in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alphaX86 committed Oct 22, 2021
1 parent 39d7a58 commit 9531cef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9531cef

Please sign in to comment.