Merge pull request #241 from RandomUser345/main

pull/250/head
RandomNinjaAtk 1 year ago committed by GitHub
commit 782ff1be9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -60,7 +60,7 @@ RUN \
libc-dev \
py3-pip \
rust \
cargo \
cargo \
yt-dlp && \
echo "*** install python packages ***" && \
pip install --upgrade --no-cache-dir \
@ -86,7 +86,8 @@ 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
pip3 install -r ${SMA_PATH}/setup/requirements.txt && \
apk del cargo rust
# copy local files
COPY root/ /

@ -59,8 +59,8 @@ RUN \
python3-dev \
libc-dev \
py3-pip \
rust \
cargo \
rust \
cargo \
yt-dlp && \
echo "*** install python packages ***" && \
pip install --upgrade --no-cache-dir \
@ -86,7 +86,8 @@ 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
pip3 install -r ${SMA_PATH}/setup/requirements.txt && \
apk del cargo rust
# copy local files
COPY root/ /

Loading…
Cancel
Save