Skip to content

Commit c2a8a33

Browse files
committed
add ignore-installed
1 parent f881edb commit c2a8a33

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docker/custom.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ cmake -DCMAKE_BUILD_TYPE=Release .. # -DACADOS_WITH_QPOASES=ON -DACADOS_WITH_QOR
99
make install -j8
1010

1111
# install acados python interface
12-
pip install -e /opt/acados/interfaces/acados_template
12+
# The base image can provide numpy through apt; --ignore-installed avoids
13+
# pip trying to uninstall Debian-managed packages that do not have a RECORD.
14+
pip install --ignore-installed -e /opt/acados/interfaces/acados_template
1315

1416
# install t_renderer
1517
rm -f /opt/acados/bin/t_renderer

0 commit comments

Comments
 (0)