Spaces:
Running
Running
Yaron Koresh
commited on
Update start.sh
Browse files
start.sh
CHANGED
@@ -9,8 +9,9 @@ apt-get install -y git git-lfs ffmpeg libsm6 libxext6 cmake rsync gcc make pyth
|
|
9 |
git lfs install
|
10 |
git clone https://github.com/python/cpython
|
11 |
cd cpython
|
12 |
-
./configure --enable-optimizations --prefix=$HOME/python
|
13 |
make
|
|
|
14 |
make install
|
15 |
python -m pip install --upgrade --no-cache-dir pip
|
16 |
python -m pip install --upgrade --no-cache-dir -r deps.txt
|
|
|
9 |
git lfs install
|
10 |
git clone https://github.com/python/cpython
|
11 |
cd cpython
|
12 |
+
./configure --enable-optimizations --with-lto --prefix=$HOME/python
|
13 |
make
|
14 |
+
make test
|
15 |
make install
|
16 |
python -m pip install --upgrade --no-cache-dir pip
|
17 |
python -m pip install --upgrade --no-cache-dir -r deps.txt
|