We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68eefd1 commit 86b9486Copy full SHA for 86b9486
Dockerfile
@@ -1,6 +1,6 @@
1
# Inspired from https://www.docker.com/blog/containerized-python-development-part-1/
2
3
-FROM jupyter/scipy-notebook:lab-3.2.3 as builder
+FROM jupyter/minimal-notebook:lab-3.2.5 as builder
4
5
USER root
6
RUN apt-get update
@@ -12,7 +12,7 @@ COPY . /siibra-python
12
WORKDIR /siibra-python
13
RUN pip install .
14
15
-FROM jupyter/scipy-notebook:lab-3.2.3
+FROM jupyter/minimal-notebook:lab-3.2.5
16
17
COPY --from=builder /opt/conda /opt/conda
18
0 commit comments