Skip to content

Commit 86b9486

Browse files
committed
Change Docker base image to reduce size
1 parent 68eefd1 commit 86b9486

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Inspired from https://www.docker.com/blog/containerized-python-development-part-1/
22

3-
FROM jupyter/scipy-notebook:lab-3.2.3 as builder
3+
FROM jupyter/minimal-notebook:lab-3.2.5 as builder
44

55
USER root
66
RUN apt-get update
@@ -12,7 +12,7 @@ COPY . /siibra-python
1212
WORKDIR /siibra-python
1313
RUN pip install .
1414

15-
FROM jupyter/scipy-notebook:lab-3.2.3
15+
FROM jupyter/minimal-notebook:lab-3.2.5
1616

1717
COPY --from=builder /opt/conda /opt/conda
1818

0 commit comments

Comments
 (0)