Skip to content

Commit cc3203a

Browse files
authored
Update Dockerfile to include pybind11-dev (#157)
As a fix for issue - #155. As suggested by @jingxu10, adding pybind11-dev allows for a successful build of the Docker container.
1 parent 1a5053a commit cc3203a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ RUN --mount=type=cache,id=apt-dev,target=/var/cache/apt \
2424
numactl \
2525
cmake \
2626
libjpeg-dev \
27+
pybind11-dev \
2728
libpng-dev \
2829
pybind11-dev \
2930
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)