diff --git a/Dockerfile b/Dockerfile index 5d08c3a..eec98d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8 +FROM python:3.9-slim WORKDIR /benchmark ADD benchmark3.py requirements.txt /benchmark/