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 @@ -164,9 +164,10 @@ COPY ${RSTUDIO_SOURCE_CODE}/rsession.conf /etc/rstudio/rsession.conf
164164# # https://cran.r-project.org/web/packages
165165# COPY ${RSTUDIO_SOURCE_CODE}/install_packages.R ./
166166# RUN /bin/bash <<'EOF'
167- set -Eeuxo pipefail
168- R -f ./install_packages.R
169- # rm ./install_packages.REOF
167+ # set -Eeuxo pipefail
168+ # R -f ./install_packages.R
169+ # rm ./install_packages.R
170+ # EOF
170171
171172ENV APP_ROOT=/opt/app-root
172173
Original file line number Diff line number Diff line change @@ -178,9 +178,10 @@ COPY ${RSTUDIO_SOURCE_CODE}/rsession.conf /etc/rstudio/rsession.conf
178178# # https://cran.r-project.org/web/packages
179179# COPY ${RSTUDIO_SOURCE_CODE}/install_packages.R ./
180180# RUN /bin/bash <<'EOF'
181- set -Eeuxo pipefail
182- R -f ./install_packages.R
183- # rm ./install_packages.REOF
181+ # set -Eeuxo pipefail
182+ # R -f ./install_packages.R
183+ # rm ./install_packages.R
184+ # EOF
184185
185186ENV APP_ROOT=/opt/app-root
186187
You can’t perform that action at this time.
0 commit comments