Skip to content

Commit 6ee7f55

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

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

169170
ENV APP_ROOT=/opt/app-root
170171

rstudio/rhel9-python-3.12/Dockerfile.cuda

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

183184
ENV APP_ROOT=/opt/app-root
184185

0 commit comments

Comments
 (0)