Skip to content

Commit ab26cf6

Browse files
authored
Add pip install ortools in Dockerfile
ortools is the Python wrapper for the Google Optimization Tools: https://developers.google.com/optimization/
1 parent 37d0a16 commit ab26cf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ RUN pip install --upgrade mpld3 && \
355355
pip install annoy && \
356356
pip install category_encoders && \
357357
pip install google-cloud-bigquery && \
358+
pip install ortools && \
358359
##### ^^^^ Add new contributions above here
359360
# clean up pip cache
360361
rm -rf /root/.cache/pip/* && \

0 commit comments

Comments
 (0)