parent
e877dc313c
commit
1fc80fe1dd
|
@ -12,11 +12,17 @@ RUN . /v/bin/activate && \
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue