There was an error while loading. Please reload this page.
1 parent f881edb commit c2a8a33Copy full SHA for c2a8a33
1 file changed
docker/custom.sh
@@ -9,7 +9,9 @@ cmake -DCMAKE_BUILD_TYPE=Release .. # -DACADOS_WITH_QPOASES=ON -DACADOS_WITH_QOR
9
make install -j8
10
11
# install acados python interface
12
-pip install -e /opt/acados/interfaces/acados_template
+# 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
15
16
# install t_renderer
17
rm -f /opt/acados/bin/t_renderer
0 commit comments