Skip to content

Commit 9bce0b6

Browse files
authored
Remove Multistage Builds (#168)
1 parent 1fbe7cf commit 9bce0b6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,5 @@ RUN ls "${HOME}" && \
2424
pip cache purge && \
2525
mamba clean --all --yes
2626

27-
FROM jupyter/r-notebook:latest
28-
29-
COPY --from=builder ${HOME} ${HOME}
30-
31-
RUN pip cache purge && \
32-
conda clean --all --yes
33-
3427
EXPOSE 8888
3528
VOLUME /home/joyvan/main/data/local_files

0 commit comments

Comments
 (0)