We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0f1558 commit 1b6aaaeCopy full SHA for 1b6aaae
1 file changed
task_queue/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.7-slim
+FROM python:3.8-slim
2
3
ARG mvs_version
4
@@ -18,6 +18,9 @@ RUN python -m pip install --upgrade pip
18
RUN pip install -r /tmp/requirements.txt
19
# install multi-vector-simulator's version pinned in docker-compose.yml file
20
RUN pip install multi-vector-simulator==$MVS_VERSION
21
+RUN pip install pyomo==5.7.2
22
+RUN pip install importlib-metadata==4.13.0
23
+
24
25
COPY . /queue
26
0 commit comments