diff --git a/Dockerfile b/Dockerfile index 509f1f2..7a08ca4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,6 +40,8 @@ ADD src/requirements.txt . # Istall Python basic libraries RUN python3 -m pip install --no-cache-dir -r requirements.txt +RUN python3 -m pip install numpy + # Setup a user to match the host and reduce the frustration/confusion of file ownership ARG USERNAME=ubuntu ARG USER_UID=1000