We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bcb5c3 commit 9c2265bCopy full SHA for 9c2265b
1 file changed
task_queue/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.8-slim
+FROM python:3.9-slim
2
3
ARG SIMULATION_VERSION
4
ARG SIMULATION_PACKAGE
@@ -15,7 +15,8 @@ COPY task_queue/requirements.txt /tmp/
15
16
RUN python -m pip install --upgrade pip
17
RUN pip install -r /tmp/requirements.txt
18
-RUN echo SIMULATION_PACKAGE
+RUN echo $SIMULATION_PACKAGE
19
+#RUN pip install "$SIMULATION_PACKAGE $SIMULATION_VERSION" gunicorn
20
RUN pip install "oemof-tabular-plugins $SIMULATION_VERSION" gunicorn
21
22
run echo $(pip freeze)
0 commit comments