Spaces:
Runtime error
Runtime error
Yaron Koresh
commited on
Update start.sh
Browse files
start.sh
CHANGED
|
@@ -3,9 +3,6 @@
|
|
| 3 |
CONDA_ENV=$(head -1 ./env.yml | cut -d" " -f2)
|
| 4 |
eval "$(conda shell.bash hook)"
|
| 5 |
conda activate $CONDA_ENV
|
| 6 |
-
rm -rf /var/lib/apt/lists/*
|
| 7 |
-
apt update
|
| 8 |
-
apt-get install -y git git-lfs ffmpeg libsm6 libxext6 cmake rsync gcc make python3-venv libgl1-mesa-glx
|
| 9 |
git lfs install
|
| 10 |
git clone https://github.com/python/cpython
|
| 11 |
cd cpython
|
|
|
|
| 3 |
CONDA_ENV=$(head -1 ./env.yml | cut -d" " -f2)
|
| 4 |
eval "$(conda shell.bash hook)"
|
| 5 |
conda activate $CONDA_ENV
|
|
|
|
|
|
|
|
|
|
| 6 |
git lfs install
|
| 7 |
git clone https://github.com/python/cpython
|
| 8 |
cd cpython
|