Yaron Koresh commited on
Commit
a19db72
·
verified ·
1 Parent(s): c8b85c3

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +0 -3
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