Skip to content

Commit

Permalink
Reduce number of layers
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Sep 24, 2023
1 parent 5532878 commit f717189
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,9 @@ RUN python3 -m pip install --no-warn-script-location notebook jupyterlab ipywidg
RUN jupyter labextension disable "@jupyterlab/apputils-extension:announcements"

# Install /sage from target
COPY --from=target /sage/local /sage/local
COPY --from=target /sage/src/bin /sage/src/bin
COPY --from=target /sage/src/sage /sage/src/sage
COPY --from=target /sage/local/bin /sage/local/bin
COPY --from=target /sage/local/etc /sage/local/etc
COPY --from=target /sage/local/include /sage/local/include
COPY --from=target /sage/local/lib /sage/local/lib
COPY --from=target /sage/local/libexec /sage/local/libexec
COPY --from=target /sage/local/share /sage/local/share
COPY --from=target /sage/local/var /sage/local/var
RUN cd /sage/local && ln -s lib lib64
COPY --from=target /sage/sage /sage/sage
COPY --from=target /sage/pkgs/sage-conf /sage/pkgs/sage-conf

Expand Down

0 comments on commit f717189

Please sign in to comment.