Skip to content

Commit 9a0acc7

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

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
@@ -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

171172
ENV APP_ROOT=/opt/app-root
172173

rstudio/rhel9-python-3.12/Dockerfile.cuda

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

185186
ENV APP_ROOT=/opt/app-root
186187

0 commit comments

Comments
 (0)