khoicrtp commited on
Commit ·
c62d375
1
Parent(s): 9dabe8c
add unzip script
Browse files- prepare.sh +3 -1
prepare.sh
CHANGED
|
@@ -3,10 +3,12 @@ curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.s
|
|
| 3 |
apt-get install -y git
|
| 4 |
apt-get install -y git-lfs
|
| 5 |
apt-get install python3.10
|
|
|
|
| 6 |
wget -O getpip.py https://bootstrap.pypa.io/get-pip.py
|
| 7 |
python3.10 getpip.py
|
| 8 |
python3.10 -m pip install --upgrade setuptools
|
| 9 |
git clone https://huggingface.co/khoicrtp/test_scratch
|
| 10 |
cd test_scratch
|
|
|
|
| 11 |
python3.10 -m pip install -r requirements.txt --user
|
| 12 |
-
python3.10 main.py
|
|
|
|
| 3 |
apt-get install -y git
|
| 4 |
apt-get install -y git-lfs
|
| 5 |
apt-get install python3.10
|
| 6 |
+
apt-get install unzip
|
| 7 |
wget -O getpip.py https://bootstrap.pypa.io/get-pip.py
|
| 8 |
python3.10 getpip.py
|
| 9 |
python3.10 -m pip install --upgrade setuptools
|
| 10 |
git clone https://huggingface.co/khoicrtp/test_scratch
|
| 11 |
cd test_scratch
|
| 12 |
+
unzip cti-ATT-CK-v13.1.zip
|
| 13 |
python3.10 -m pip install -r requirements.txt --user
|
| 14 |
+
python3.10 main.py
|