File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
rstudio/rhel9-python-3.12 Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -171,9 +171,10 @@ COPY ${RSTUDIO_SOURCE_CODE}/rsession.conf /etc/rstudio/rsession.conf
171171# # https://cran.r-project.org/web/packages
172172# COPY ${RSTUDIO_SOURCE_CODE}/install_packages.R ./
173173# RUN /bin/bash <<'EOF'
174- set -Eeuxo pipefail
175- R -f ./install_packages.R
176- # rm ./install_packages.REOF
174+ # set -Eeuxo pipefail
175+ # R -f ./install_packages.R
176+ # rm ./install_packages.R
177+ # EOF
177178
178179ENV APP_ROOT=/opt/app-root
179180
Original file line number Diff line number Diff line change @@ -185,9 +185,10 @@ COPY ${RSTUDIO_SOURCE_CODE}/rsession.conf /etc/rstudio/rsession.conf
185185# # https://cran.r-project.org/web/packages
186186# COPY ${RSTUDIO_SOURCE_CODE}/install_packages.R ./
187187# RUN /bin/bash <<'EOF'
188- set -Eeuxo pipefail
189- R -f ./install_packages.R
190- # rm ./install_packages.REOF
188+ # set -Eeuxo pipefail
189+ # R -f ./install_packages.R
190+ # rm ./install_packages.R
191+ # EOF
191192
192193ENV APP_ROOT=/opt/app-root
193194
You can’t perform that action at this time.
0 commit comments