Skip to content

Commit 14e7b8c

Browse files
committed
Force reinstall on otp
1 parent 90bd8a4 commit 14e7b8c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

task_queue/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ RUN python -m pip install --upgrade pip
1717
RUN pip install -r /tmp/requirements.txt
1818
RUN echo $SIMULATION_PACKAGE
1919
#RUN pip install "$SIMULATION_PACKAGE $SIMULATION_VERSION" gunicorn
20-
RUN pip install --no-cache-dir "oemof-tabular-plugins $SIMULATION_VERSION" gunicorn
20+
RUN pip install "oemof-tabular-plugins $SIMULATION_VERSION" --force-reinstall
21+
RUN pip install gunicorn
2122

2223
run echo $(pip freeze)
2324
COPY task_queue/ /queue

0 commit comments

Comments
 (0)