Skip to content

Commit 1b6aaae

Browse files
committed
Upgrade python version of server
1 parent f0f1558 commit 1b6aaae

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

task_queue/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.7-slim
1+
FROM python:3.8-slim
22

33
ARG mvs_version
44

@@ -18,6 +18,9 @@ RUN python -m pip install --upgrade pip
1818
RUN pip install -r /tmp/requirements.txt
1919
# install multi-vector-simulator's version pinned in docker-compose.yml file
2020
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+
2124

2225
COPY . /queue
2326

0 commit comments

Comments
 (0)