parent
e877dc313c
commit
1fc80fe1dd
18
Dockerfile
18
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
|
||||
|
|
Loading…
Reference in New Issue