File tree Expand file tree Collapse file tree 2 files changed +10
-12
lines changed
rstudio/rhel9-python-3.12 Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -160,14 +160,13 @@ EOF
160160
161161COPY ${RSTUDIO_SOURCE_CODE}/rsession.conf /etc/rstudio/rsession.conf
162162
163- # Install R packages
164- # https://cran.r-project.org/web/packages
165- COPY ${RSTUDIO_SOURCE_CODE}/install_packages.R ./
166- RUN /bin/bash <<'EOF'
163+ # # Install R packages
164+ # # https://cran.r-project.org/web/packages
165+ # COPY ${RSTUDIO_SOURCE_CODE}/install_packages.R ./
166+ # RUN /bin/bash <<'EOF'
167167set -Eeuxo pipefail
168168R -f ./install_packages.R
169- rm ./install_packages.R
170- EOF
169+ # rm ./install_packages.REOF
171170
172171ENV APP_ROOT=/opt/app-root
173172
Original file line number Diff line number Diff line change @@ -174,14 +174,13 @@ EOF
174174
175175COPY ${RSTUDIO_SOURCE_CODE}/rsession.conf /etc/rstudio/rsession.conf
176176
177- # Install R packages
178- # https://cran.r-project.org/web/packages
179- COPY ${RSTUDIO_SOURCE_CODE}/install_packages.R ./
180- RUN /bin/bash <<'EOF'
177+ # # Install R packages
178+ # # https://cran.r-project.org/web/packages
179+ # COPY ${RSTUDIO_SOURCE_CODE}/install_packages.R ./
180+ # RUN /bin/bash <<'EOF'
181181set -Eeuxo pipefail
182182R -f ./install_packages.R
183- rm ./install_packages.R
184- EOF
183+ # rm ./install_packages.REOF
185184
186185ENV APP_ROOT=/opt/app-root
187186
You can’t perform that action at this time.
0 commit comments