Skip to content

Commit a8928b9

Browse files
committed
feat(): added mpc for path tracking and dockerfile changes
1 parent 749c1b8 commit a8928b9

5 files changed

Lines changed: 581 additions & 0 deletions

File tree

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,10 @@ WORKDIR $WORKDIR
3030
RUN python -m pip install --upgrade --user pip
3131
RUN python -m pip install --upgrade --user setuptools
3232

33+
# Install do-mpc + CasADi
34+
RUN pip install --no-cache-dir \
35+
casadi>=3.6.5 \
36+
do-mpc>=4.6.4
37+
3338
COPY requirements.txt $WORKDIR
3439
RUN python -m pip install --user -r requirements.txt

0 commit comments

Comments
 (0)