File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,14 @@ sudo apt-get -y install cuda-10-1
1212sudo 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
1615sudo apt -y install gnupg ca-certificates
1716sudo 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
2524sudo apt update
2625sudo apt -y install mono-complete
You can’t perform that action at this time.
0 commit comments