Skip to content

Commit

Permalink
Remove Multistage Builds (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLoecker authored Nov 30, 2023
1 parent 1fbe7cf commit 9bce0b6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,5 @@ RUN ls "${HOME}" && \
pip cache purge && \
mamba clean --all --yes

FROM jupyter/r-notebook:latest

COPY --from=builder ${HOME} ${HOME}

RUN pip cache purge && \
conda clean --all --yes

EXPOSE 8888
VOLUME /home/joyvan/main/data/local_files

0 comments on commit 9bce0b6

Please sign in to comment.