Spaces:
Running
Running
adding the pre req file to find the ffmpeg and update pip
Browse files- pre-requirements.txt +2 -0
pre-requirements.txt
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
export LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib64/:/usr/local/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH
|
2 |
+
python -m pip install --upgrade pip
|