Skip to content

Commit 34a95e2

Browse files
committed
NO-JIRA: fix syntax error transforming commented out instructions (#1682)
(cherry picked from commit f9624b5)
1 parent e9a2cfa commit 34a95e2

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

rstudio/rhel9-python-3.12/Dockerfile.cpu

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

178179
ENV APP_ROOT=/opt/app-root
179180

rstudio/rhel9-python-3.12/Dockerfile.cuda

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

192193
ENV APP_ROOT=/opt/app-root
193194

0 commit comments

Comments
 (0)