In the name of God
This gist contains steps to setup Ubuntu 20.04
for deep learning.
Install Ubuntu 20.04:
cd /path/to/my/codebase
.You cannot do this simply by opening the folder normally, you must do this with the command line/terminal.
Do you need a refresher on using your command line/terminal? I've compiled my favorite resources here.
git
is already initialized: git status
/tmp/ruby-build.20230803195821.204792.PGC9Qu /tmp | |
/tmp/ruby-build.20230803195821.204792.PGC9Qu/ruby-3.1.2 /tmp/ruby-build.20230803195821.204792.PGC9Qu /tmp | |
checking for ruby... /usr/bin/ruby | |
tool/config.guess already exists | |
tool/config.sub already exists | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking target system type... x86_64-pc-linux-gnu | |
checking for gcc... gcc | |
checking for ld... ld |