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 @@ -162,9 +162,10 @@ COPY ${RSTUDIO_SOURCE_CODE}/rsession.conf /etc/rstudio/rsession.conf
162162# # https://cran.r-project.org/web/packages
163163# COPY ${RSTUDIO_SOURCE_CODE}/install_packages.R ./
164164# RUN /bin/bash <<'EOF'
165- set -Eeuxo pipefail
166- R -f ./install_packages.R
167- # rm ./install_packages.REOF
165+ # set -Eeuxo pipefail
166+ # R -f ./install_packages.R
167+ # rm ./install_packages.R
168+ # EOF
168169
169170ENV APP_ROOT=/opt/app-root
170171
Original file line number Diff line number Diff line change @@ -176,9 +176,10 @@ COPY ${RSTUDIO_SOURCE_CODE}/rsession.conf /etc/rstudio/rsession.conf
176176# # https://cran.r-project.org/web/packages
177177# COPY ${RSTUDIO_SOURCE_CODE}/install_packages.R ./
178178# RUN /bin/bash <<'EOF'
179- set -Eeuxo pipefail
180- R -f ./install_packages.R
181- # rm ./install_packages.REOF
179+ # set -Eeuxo pipefail
180+ # R -f ./install_packages.R
181+ # rm ./install_packages.R
182+ # EOF
182183
183184ENV APP_ROOT=/opt/app-root
184185
You can’t perform that action at this time.
0 commit comments