Skip to content

Commit

Permalink
fix typo with R_VERSIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmayer2 committed Apr 30, 2024
1 parent 6ed367b commit 7ead33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/user-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ EOF
systemctl enable dkms
systemctl enable nvidia-persistenced

if [ -z $R_VERSION_LIST ]; then R_VERSION_LIST="3.8.19 3.9.19 3.10.14 3.11.8"; fi
if [ -z $R_VERSION_LIST ]; then R_VERSION_LIST="4.0.5 4.1.3 4.2.3 4.3.3 4.4.0"; fi

# While CUDA seems to prefer JAVA 11, Binary R packages are typically compiled with Java 8 only.
dnf -y install java-1.8.0-openjdk-devel
Expand Down

0 comments on commit 7ead33a

Please sign in to comment.