Skip to content

Commit

Permalink
update vm config
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-allen-ck committed Apr 11, 2024
1 parent 7db0e5f commit 7a43e65
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ if [ "${CONDA_CONFIG}" -eq 1 ]; then
fi

# Docker install and config
sudo apt-get install -y r-base-core
sudo apt-get install -y ca-certificates curl gnupg lsb-release
sudo apt-get install -y docker-compose-plugin docker-ce-cli containerd.io jq
sudo apt-get install -y docker-ce
Expand All @@ -95,3 +96,4 @@ sudo systemctl restart docker

# R config
sudo echo -e "local({\n r <- getOption(\"repos\")\n r[\"Nexus\"] <- \"""${NEXUS_PROXY_URL}\"/repository/r-proxy/\"\n options(repos = r)\n})" | sudo tee /etc/R/Rprofile.site
sudo shutdown -r now

0 comments on commit 7a43e65

Please sign in to comment.