diff --git a/amd64.dockerfile b/amd64.dockerfile index 490e019..8df7c7e 100644 --- a/amd64.dockerfile +++ b/amd64.dockerfile @@ -74,7 +74,7 @@ RUN \ chgrp users ${SMA_PATH}/config/sma.log && \ chmod g+w ${SMA_PATH}/config/sma.log && \ echo "************ install pip dependencies ************" && \ - python3 -m pip install --user --upgrade pip && \ + python3 -m pip install --upgrade pip && \ pip3 install -r ${SMA_PATH}/setup/requirements.txt # copy local files