ยง2025-03-29
hc41T.yushei.net is odroid-hc4 with 1T HD, ubuntu 24.04 noble
- get installer and install
curl -O https://repo.anaconda.com/archive/Anaconda3-2024.10-1-Linux-aarch64.sh
bash Anaconda3-2024.10-1-Linux-aarch64.sh
..
Do you accept the license terms? [yes|no]
>>> yes
Anaconda3 will now be installed into this location:
/home/alexlai/anaconda3
- Press ENTER to confirm the location
- Press CTRL-C to abort the installation
- Or specify a different location below
[/home/alexlai/anaconda3] >>>
PREFIX=/home/alexlai/anaconda3
...
conda config --set auto_activate_base false
You can undo this by running `conda init --reverse $SHELL`? [yes|no]
[no] >>> yes
==> For changes to take effect, close and re-open your current shell. <==
Thank you for installing Anaconda3!
alexlai@hc41TNoble:~/buuild/src$ source ~/.bashrc
(base) alexlai@hc41TNoble:~/buuild/src$
- conda create -n PyTorch python=3.10.16 r=4.4 -c conda-forge
conda create -n PyTorch python=3.10.16 r=4.4 -c conda-forge
-
conda acivate PyTorch
-
install requirements
sudo apt install git build-essential libcurl4-openssl-dev