Update start.sh
Browse files
start.sh
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
#!/bin/bash
|
| 2 |
pip install --no-cache-dir -r requirements.txt
|
| 3 |
-
pip install --no-cache-dir
|
| 4 |
-
pip install --no-cache-dir
|
|
|
|
| 1 |
#!/bin/bash
|
| 2 |
pip install --no-cache-dir -r requirements.txt
|
| 3 |
+
pip install --no-cache-dir moviepy
|
| 4 |
+
pip install --no-cache-dir imageio[ffmpeg]
|