Skip to content

Commit

Permalink
Adding PuLP library to Runner (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuchwald authored Jul 14, 2024
1 parent 204b5c4 commit 736e9e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rpl_runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.10 1

RUN pip3 install timeout-decorator
RUN pip3 install flask gunicorn
RUN pip3 install pulp

# Install go
RUN apt-get install -y wget
Expand Down

0 comments on commit 736e9e7

Please sign in to comment.