Merge pull request #217 from hockeygoalie35/main
Fix Jellyfish install, SMA pip command
This commit is contained in:
commit
950bedf95b
1 changed files with 3 additions and 2 deletions
|
@ -25,6 +25,7 @@ apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing atomicpa
|
|||
npm install -g miraclx/freyr-js &&\
|
||||
echo "*** install python packages ***" && \
|
||||
pip install --upgrade --no-cache-dir --break-system-packages \
|
||||
jellyfish==0.10 \
|
||||
beets \
|
||||
yq \
|
||||
pyxDamerauLevenshtein \
|
||||
|
@ -49,8 +50,8 @@ touch ${SMA_PATH}/config/sma.log && \
|
|||
chgrp users ${SMA_PATH}/config/sma.log && \
|
||||
chmod g+w ${SMA_PATH}/config/sma.log && \
|
||||
echo "************ install pip dependencies ************" && \
|
||||
python3 -m pip install --upgrade pip && \
|
||||
pip3 install -r ${SMA_PATH}/setup/requirements.txt
|
||||
python3 -m pip install --break-system-packages --upgrade pip && \
|
||||
pip3 install --break-system-packages -r ${SMA_PATH}/setup/requirements.txt
|
||||
|
||||
mkdir -p /custom-services.d
|
||||
|
||||
|
|
Loading…
Reference in a new issue