Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuoYangRobotics authored Jun 15, 2022
1 parent 55eacf0 commit aedc9e1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker_noetic_focal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,10 @@ RUN ninja -C _build install

# casadi
WORKDIR $SUPPORT_WS
RUN git clone https://github.com/casadi/casadi.git
RUN git clone https://github.com/casadi/casadi.git
RUN cd casadi
RUN git checkout tags/3.5.5
RUN cd casadi; mkdir build; cd build
RUN mkdir build; cd build
RUN cmake -DWITH_CPLEX=OFF -DWITH_KNITRO=OFF -DWITH_OOQP=OFF -DWITH_SNOPT=OFF ..
RUN make -j8
RUN make install
Expand Down

0 comments on commit aedc9e1

Please sign in to comment.