Skip to content

Commit

Permalink
chore: add Gurobi add and import to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
danielolsen committed Feb 5, 2021
1 parent d07c39d commit a5617df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ENV PATH="$PATH:/usr/share/julia-1.5.3/bin" \
WORKDIR /app
COPY . .

RUN julia -e 'using Pkg; Pkg.activate("."); Pkg.instantiate(), using REISE' && \
RUN julia -e 'using Pkg; Pkg.activate("."); Pkg.instantiate(); Pkg.add("Gurobi"); import Gurobi; using REISE' && \
pip install -r requirements.txt


Expand Down

0 comments on commit a5617df

Please sign in to comment.