Skip to content

Commit

Permalink
added pybind11 to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SPDonaghy committed Nov 1, 2024
1 parent a98da3d commit e1947db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .devcontainer/base-dev/base-dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -374,4 +374,6 @@ ENV DEBIAN_FRONTEND=
# install dev python3 dependencies
RUN pip3 install \
# for juypter notebooks
ipykernel
ipykernel \
# to generate ompl python bindings
pybind11

0 comments on commit e1947db

Please sign in to comment.