Skip to content

Commit ccac3db

Browse files
committed
Explicitly pass otp version
1 parent 14e7b8c commit ccac3db

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" --force-reinstall
20+
RUN pip install "oemof-tabular-plugins @ git+https://github.com/rl-institut/oemof-tabular-plugins.git" --force-reinstall
2121
RUN pip install gunicorn
2222

2323
run echo $(pip freeze)

0 commit comments

Comments
 (0)