Skip to content

Commit 9c2265b

Browse files
committed
Try python 3.9
1 parent 1bcb5c3 commit 9c2265b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

task_queue/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8-slim
1+
FROM python:3.9-slim
22

33
ARG SIMULATION_VERSION
44
ARG SIMULATION_PACKAGE
@@ -15,7 +15,8 @@ COPY task_queue/requirements.txt /tmp/
1515

1616
RUN python -m pip install --upgrade pip
1717
RUN pip install -r /tmp/requirements.txt
18-
RUN echo SIMULATION_PACKAGE
18+
RUN echo $SIMULATION_PACKAGE
19+
#RUN pip install "$SIMULATION_PACKAGE $SIMULATION_VERSION" gunicorn
1920
RUN pip install "oemof-tabular-plugins $SIMULATION_VERSION" gunicorn
2021

2122
run echo $(pip freeze)

0 commit comments

Comments
 (0)