File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ WORKDIR /opt/app-root/src
42
42
FROM cpu-base AS cpu-rstudio
43
43
44
44
ARG RSTUDIO_SOURCE_CODE=rstudio/c9s-python-3.12
45
+ ARG TARGETARCH
45
46
46
47
WORKDIR /opt/app-root/bin
47
48
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ WORKDIR /opt/app-root/src
42
42
FROM cuda-base AS cuda-rstudio
43
43
44
44
ARG RSTUDIO_SOURCE_CODE=rstudio/c9s-python-3.12
45
+ ARG TARGETARCH
45
46
46
47
WORKDIR /opt/app-root/bin
47
48
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ WORKDIR /opt/app-root/src
47
47
FROM cpu-base AS cpu-rstudio
48
48
49
49
ARG RSTUDIO_SOURCE_CODE=rstudio/rhel9-python-3.12
50
+ ARG TARGETARCH
50
51
51
52
WORKDIR /opt/app-root/bin
52
53
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ WORKDIR /opt/app-root/src
47
47
FROM cuda-base AS cuda-rstudio
48
48
49
49
ARG RSTUDIO_SOURCE_CODE=rstudio/rhel9-python-3.12
50
+ ARG TARGETARCH
50
51
51
52
WORKDIR /opt/app-root/bin
52
53
You can’t perform that action at this time.
0 commit comments