diff --git a/.dockerignore b/.dockerignore index 33aa1ed..85515a5 100644 --- a/.dockerignore +++ b/.dockerignore @@ -5,4 +5,7 @@ Dockerfile Makefile setup.cfg -env \ No newline at end of file +env +*.egg-info +build +dist \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 7e9a453..5e5ec3f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ python3-dev \ python-pip \ python3-pip \ + python-numpy \ + python3-numpy \ libfreetype6-dev \ python-numpy \ python3-numpy \