Skip to content

Commit dce2fe8

Browse files
committed
Reinstall otp without cache
1 parent dc2e79a commit dce2fe8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

task_queue/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ 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 "oemof-tabular-plugins $SIMULATION_VERSION" gunicorn
20+
RUN pip install --no-cache-dir "oemof-tabular-plugins $SIMULATION_VERSION" gunicorn
2121

2222
run echo $(pip freeze)
2323
COPY task_queue/ /queue

0 commit comments

Comments
 (0)