File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ apk add -U --update --no-cache \
1616 ffmpeg \
1717 yt-dlp
1818echo " ************ install python packages ************"
19- pip install --upgrade --no-cache-dir -U \
19+ pip install --upgrade --no-cache-dir -U --break-system-packages \
2020 excludarr \
2121 yq
2222echo " ************ setup SMA ************"
@@ -32,8 +32,8 @@ echo "************ create logging file ************"
3232mkdir -p /config/extended/sma/config
3333touch /config/extended/sma/config/sma.log
3434echo " ************ install pip dependencies ************"
35- pip install --upgrade pip --no-cache-dir
36- pip install -r /config/extended/sma/setup/requirements.txt --no-cache-dir
35+ pip install --upgrade pip --no-cache-dir --break-system-packages
36+ pip install -r /config/extended/sma/setup/requirements.txt --no-cache-dir --break-system-packages
3737chmod 777 -R /config/extended/sma
3838echo " ************ install recyclarr ************"
3939mkdir -p /recyclarr
You can’t perform that action at this time.
0 commit comments