Update arm64v8.dockerfile

main
RandomNinjaAtk 11 months ago committed by GitHub
parent c11596c5ee
commit defbe00682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -54,14 +54,12 @@ RUN \
jq \
git \
gcc \
opus-tools \
ffmpeg \
imagemagick \
opus-tools \
python3-dev \
libc-dev \
py3-pip \
rust \
cargo \
yt-dlp && \
echo "*** install python packages ***" && \
pip install --upgrade --no-cache-dir \
@ -87,8 +85,8 @@ RUN \
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 && \
apk del cargo rust
pip3 install -r ${SMA_PATH}/setup/requirements.txt
# copy local files
COPY root/ /

Loading…
Cancel
Save