Create space.yaml
Browse files- space.yaml +12 -0
space.yaml
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
apt:
|
2 |
+
packages:
|
3 |
+
- git
|
4 |
+
- git-lfs
|
5 |
+
- ffmpeg
|
6 |
+
- libsm6
|
7 |
+
- libxext6
|
8 |
+
- cmake
|
9 |
+
- rsync
|
10 |
+
- libgl1-mesa-glx
|
11 |
+
- portaudio19-dev
|
12 |
+
- python3-pyaudio
|