Skip to content

Commit

Permalink
fix typos (thanks @noamross)
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Jan 17, 2024
1 parent dd05a7c commit a19206c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stacks/4.3.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
"PYTHON_CONFIGURE_OPTS": "--enable-shared",
"RETICULATE_AUTOCONFIGURE": "0",
"PURGE_BUILDDEPS": "FALSE",
"VIRUTAL_ENV": "/opt/venv",
"VIRTUAL_ENV": "/opt/venv",
"PATH": "${PATH}:${VIRTUAL_ENV}/bin:${CUDA_HOME}/bin"
},
"COPY_a_script": "scripts/install_R_source.sh /rocker_scripts/install_R_source.sh",
Expand Down
2 changes: 1 addition & 1 deletion stacks/devel.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"PYTHON_CONFIGURE_OPTS": "--enable-shared",
"RETICULATE_AUTOCONFIGURE": "0",
"PURGE_BUILDDEPS": "FALSE",
"VIRUTAL_ENV": "/opt/venv",
"VIRTUAL_ENV": "/opt/venv",
"PATH": "${PATH}:${VIRTUAL_ENV}/bin:${CUDA_HOME}/bin"
},
"COPY_a_script": "scripts/install_R_source.sh /rocker_scripts/install_R_source.sh",
Expand Down

0 comments on commit a19206c

Please sign in to comment.