nyxrobotics commited on
Commit
12307d9
·
1 Parent(s): 44cf118

Disable anaconda

Browse files
Files changed (1) hide show
  1. setup/install_maskal.sh +9 -9
setup/install_maskal.sh CHANGED
@@ -2,13 +2,6 @@
2
  # install labelme
3
  sudo apt install python3-pyqt5 -y
4
  sudo pip3 install labelme
5
- # install anaconda
6
- sudo apt install -y curl;
7
- mkdir -p ~/lib/anaconda_installation;
8
- cd ~/lib/anaconda_installation;
9
- curl -O https://repo.anaconda.com/archive/Anaconda3-5.2.0-Linux-x86_64.sh;
10
- chmod +x Anaconda3-5.2.0-Linux-x86_64.sh;
11
- ./Anaconda3-5.2.0-Linux-x86_64.sh;
12
  # install required
13
  pip3 install --user torch==1.10.1+cu111 torchvision==0.11.2+cu111 torchaudio===0.10.1 -f https://download.pytorch.org/whl/torch_stable.html
14
  pip3 install cython pyyaml==5.1
@@ -47,5 +40,12 @@ sed -i \
47
  # install maskal
48
  mkdir -p ~/lib && cd ~/lib
49
  git clone [email protected]:pieterblok/maskal.git
50
- cd maskalk
51
- conda create --name maskAL python=3.6 pip
 
 
 
 
 
 
 
 
2
  # install labelme
3
  sudo apt install python3-pyqt5 -y
4
  sudo pip3 install labelme
 
 
 
 
 
 
 
5
  # install required
6
  pip3 install --user torch==1.10.1+cu111 torchvision==0.11.2+cu111 torchaudio===0.10.1 -f https://download.pytorch.org/whl/torch_stable.html
7
  pip3 install cython pyyaml==5.1
 
40
  # install maskal
41
  mkdir -p ~/lib && cd ~/lib
42
  git clone [email protected]:pieterblok/maskal.git
43
+ cd maskal
44
+ # install anaconda
45
+ # sudo apt install -y curl;
46
+ # mkdir -p ~/lib/anaconda_installation;
47
+ # cd ~/lib/anaconda_installation;
48
+ # curl -O https://repo.anaconda.com/archive/Anaconda3-5.2.0-Linux-x86_64.sh;
49
+ # chmod +x Anaconda3-5.2.0-Linux-x86_64.sh;
50
+ # ./Anaconda3-5.2.0-Linux-x86_64.sh;
51
+ # conda create --name maskAL python=3.6 pip