Update amd64.dockerfile

pull/35/head
RandomNinjaAtk 2 years ago committed by GitHub
parent 032ea1e8e5
commit 551adf48c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -59,7 +59,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 && \
pip3 install -r ${SMA_PATH}/setup/requirements.txt
# copy local files
COPY root/ /

Loading…
Cancel
Save