PeterPinetree commited on
Commit
ac172a3
·
verified ·
1 Parent(s): 91cb850

Update space.yaml

Browse files
Files changed (1) hide show
  1. space.yaml +6 -3
space.yaml CHANGED
@@ -8,8 +8,11 @@ apt:
8
  - cmake
9
  - rsync
10
  - libgl1-mesa-glx
 
 
11
 
12
  pip:
13
- - pip install --no-cache-dir -r requirements.txt
14
- - pip install --no-cache-dir --upgrade pip
15
- - pip install --no-cache-dir --upgrade setuptools
 
 
8
  - cmake
9
  - rsync
10
  - libgl1-mesa-glx
11
+ - python3-dev
12
+ - build-essential
13
 
14
  pip:
15
+ - pip install --upgrade pip
16
+ - pip install --upgrade setuptools
17
+ - pip install --upgrade wheel
18
+ - pip install --no-cache-dir -r requirements.txt