File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM ghcr.io/lescai-teaching/bigdata-rstudio:1.4.0 as build
22
33FROM jupyter/r-notebook:ubuntu-22.04 as main
44
5- COPY --from=build /usr/lib / /usr/lib /
5+ COPY --from=build /usr/local / /usr/local /
66
77USER root
88
Original file line number Diff line number Diff line change @@ -2,10 +2,9 @@ docker buildx build \
22--label org.opencontainers.image.title=rstudio-container \
33--label org.opencontainers.image.description=' RStudio Docker-based container' \
44--label org.opencontainers.image.url=https://github.com/AstraBert/rstudio-container \
5- --label org.opencontainers.image.source=https://github.com/AstraBert/rstudio-container --label org.opencontainers.image.version=0.0 .0 \
6- --label org.opencontainers.image.created=2024-04-23T11 :39:11.393Z \
5+ --label org.opencontainers.image.source=https://github.com/AstraBert/rstudio-container --label org.opencontainers.image.version=0.1 .0 \
6+ --label org.opencontainers.image.created=2024-04-24T11 :39:11.393Z \
77--label org.opencontainers.image.licenses=MIT \
88--platform linux/amd64 \
99--tag ghcr.io/astrabert/rstudio-container:latest \
10- --tag ghcr.io/astrabert/rstudio-container:0.0.0 \
1110--push .
You can’t perform that action at this time.
0 commit comments