Fix python errors...
This commit is contained in:
parent
d1c8fe26aa
commit
dd9211256a
1 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@ apk add -U --update --no-cache \
|
||||||
ffmpeg \
|
ffmpeg \
|
||||||
yt-dlp
|
yt-dlp
|
||||||
echo "************ install python packages ************"
|
echo "************ install python packages ************"
|
||||||
pip install --upgrade --no-cache-dir -U \
|
pip install --upgrade --no-cache-dir -U --break-system-packages \
|
||||||
excludarr \
|
excludarr \
|
||||||
yq
|
yq
|
||||||
echo "************ setup SMA ************"
|
echo "************ setup SMA ************"
|
||||||
|
@ -32,8 +32,8 @@ echo "************ create logging file ************"
|
||||||
mkdir -p /config/extended/sma/config
|
mkdir -p /config/extended/sma/config
|
||||||
touch /config/extended/sma/config/sma.log
|
touch /config/extended/sma/config/sma.log
|
||||||
echo "************ install pip dependencies ************"
|
echo "************ install pip dependencies ************"
|
||||||
pip install --upgrade pip --no-cache-dir
|
pip install --upgrade pip --no-cache-dir --break-system-packages
|
||||||
pip install -r /config/extended/sma/setup/requirements.txt --no-cache-dir
|
pip install -r /config/extended/sma/setup/requirements.txt --no-cache-dir --break-system-packages
|
||||||
chmod 777 -R /config/extended/sma
|
chmod 777 -R /config/extended/sma
|
||||||
echo "************ install recyclarr ************"
|
echo "************ install recyclarr ************"
|
||||||
mkdir -p /recyclarr
|
mkdir -p /recyclarr
|
||||||
|
|
Loading…
Reference in a new issue