pull/1/head
RandomNinjaAtk 2 years ago committed by GitHub
parent a6c6c830a0
commit 489876aa1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,6 +17,10 @@ RUN \
mkvtoolnix \
zip \
tidy && \
echo "************ install python packages ************" && \
python3 -m pip install --no-cache-dir -U \
yq \
yt-dlp && \
echo "************ setup SMA ************" && \
echo "************ setup directory ************" && \
mkdir -p ${SMA_PATH} && \
@ -30,10 +34,7 @@ RUN \
chmod g+w ${SMA_PATH}/config/sma.log && \
echo "************ install pip dependencies ************" && \
python3 -m pip install --user --upgrade pip && \
pip3 install -r ${SMA_PATH}/setup/requirements.txt && \
echo "************ install python packages ************" && \
python3 -m pip install --no-cache-dir -U \
yq
pip3 install -r ${SMA_PATH}/setup/requirements.txt
WORKDIR /config

Loading…
Cancel
Save