Skip to content

Commit 2a608de

Browse files
authored
Update gcp_install_gpu.txt
1 parent 60d958a commit 2a608de

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

gcp_install_gpu.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,14 @@ sudo apt-get -y install cuda-10-1
1212
sudo nvidia-smi -pm 1
1313

1414
# install Mono
15-
# note: due to incompatibiliby of Mono 6.0 and pythonnet 2.4.0, install Mono 5.20.1
1615
sudo apt -y install gnupg ca-certificates
1716
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
1817

19-
# this would install the most recent release:
20-
# echo "deb https://download.mono-project.com/repo/ubuntu stable-bionic main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
18+
# setup for the most recent release:
19+
echo "deb https://download.mono-project.com/repo/ubuntu stable-bionic main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
2120

22-
# use this to install Mono 5.20.1:
23-
echo "deb https://download.mono-project.com/repo/ubuntu stable-bionic/snapshots/5.20.1 main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
21+
# if disk size is an issue, use smaller Mono release, e.g. use this to install Mono 5.20.1:
22+
# echo "deb https://download.mono-project.com/repo/ubuntu stable-bionic/snapshots/5.20.1 main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
2423

2524
sudo apt update
2625
sudo apt -y install mono-complete

0 commit comments

Comments
 (0)