Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update start.sh
Browse files
start.sh
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
#!/bin/sh
|
|
|
2 |
rm -rf /var/lib/apt/lists/*
|
3 |
apt update
|
4 |
apt-get install -y git git-lfs ffmpeg libsm6 libxext6 cmake rsync gcc make python3-venv libgl1-mesa-glx
|
@@ -11,3 +12,4 @@ make install
|
|
11 |
alias python=$HOME/python/cpython
|
12 |
python -m pip install --upgrade --no-cache-dir pip
|
13 |
python -m pip install --upgrade --no-cache-dir -r requirements.txt
|
|
|
|
1 |
#!/bin/sh
|
2 |
+
|
3 |
rm -rf /var/lib/apt/lists/*
|
4 |
apt update
|
5 |
apt-get install -y git git-lfs ffmpeg libsm6 libxext6 cmake rsync gcc make python3-venv libgl1-mesa-glx
|
|
|
12 |
alias python=$HOME/python/cpython
|
13 |
python -m pip install --upgrade --no-cache-dir pip
|
14 |
python -m pip install --upgrade --no-cache-dir -r requirements.txt
|
15 |
+
python ./code.py
|