Spaces:
Sleeping
Sleeping
Update install.sh
Browse files- install.sh +1 -22
install.sh
CHANGED
@@ -1,28 +1,7 @@
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
-
|
4 |
-
# wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
|
5 |
-
# bash miniconda.sh -b -p ~/miniconda # Install in your home directory
|
6 |
-
|
7 |
-
# # Step 2: Initialize Miniconda
|
8 |
-
# source ~/miniconda/etc/profile.d/conda.sh
|
9 |
-
# conda init bash
|
10 |
-
|
11 |
-
# Step 3: Change to the desired directory and make install.sh executable, then run it
|
12 |
-
git clone https://github.com/AdritRao/Comp2Comp.git /home/user/app/C2C
|
13 |
cd /home/user/app/C2C
|
14 |
pip install -e .
|
15 |
pip3 install numpy
|
16 |
|
17 |
-
# cd /home/user/app/C2C
|
18 |
-
# chmod +x bin/C2C
|
19 |
-
# # conda init bash
|
20 |
-
# # conda activate c2c_env
|
21 |
-
# ./bin/C2C aaa -i temp_dicom_dir
|
22 |
-
|
23 |
-
# ls
|
24 |
-
|
25 |
-
# chmod +x bin/install.sh # Make install.sh executable
|
26 |
-
# ./bin/install.sh # Execute the installation script
|
27 |
-
|
28 |
-
# conda activate c2c_env
|
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
+
git clone https://github.com/StanfordMIMI/Comp2Comp.git /home/user/app/C2C
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
cd /home/user/app/C2C
|
5 |
pip install -e .
|
6 |
pip3 install numpy
|
7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|