Skip to content

Commit

Permalink
Merge pull request #279 from rocker-org/auto-detected-updates
Browse files Browse the repository at this point in the history
Automatic update of container definition files
  • Loading branch information
cboettig authored Nov 2, 2021
2 parents ea33fb2 + 2ff0600 commit 681d633
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions dockerfiles/cuda11_4.1.2.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ RUN /rocker_scripts/install_R.sh

COPY scripts /rocker_scripts

RUN /rocker_scripts/patch_install_command.sh
RUN /rocker_scripts/config_R_cuda.sh
RUN /rocker_scripts/install_python.sh
2 changes: 2 additions & 0 deletions dockerfiles/r-ver_4.1.2.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ RUN /rocker_scripts/install_R.sh

COPY scripts /rocker_scripts

RUN /rocker_scripts/patch_install_command.sh

CMD ["R"]
2 changes: 2 additions & 0 deletions stacks/4.1.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"COPY_a_script": "scripts/install_R.sh /rocker_scripts/install_R.sh",
"RUN_a_script": "/rocker_scripts/install_R.sh",
"COPY": "scripts /rocker_scripts",
"RUN": "/rocker_scripts/patch_install_command.sh",
"CMD": "[\"R\"]",
"tags": [
"docker.io/rocker/r-ver:4.1.2",
Expand Down Expand Up @@ -327,6 +328,7 @@
"RUN_a_script": "/rocker_scripts/install_R.sh",
"COPY": "scripts /rocker_scripts",
"RUN": [
"/rocker_scripts/patch_install_command.sh",
"/rocker_scripts/config_R_cuda.sh",
"/rocker_scripts/install_python.sh"
],
Expand Down

0 comments on commit 681d633

Please sign in to comment.