diff --git a/Dockerfile b/Dockerfile index 5f20bca..9c41f7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,16 +7,22 @@ RUN apt update && \ RUN . /v/bin/activate && \ pip install \ - --no-cache-dir \ - -U \ - jupyterlab \ - notebook \ - voila \ - nodeenv && \ + --no-cache-dir \ + -U \ + jupyterlab \ + notebook \ + voila \ + jupyterlab-git \ + nodeenv && \ nodeenv -p FROM python:slim as run +RUN apt update && \ + apt upgrade -y && \ + apt install -no-install-recommends -y \ + git + COPY --from=build /v /v RUN mkdir /data /root/.jupyter