Skip to content

Commit

Permalink
New docker-image-based CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhang-23 committed Aug 29, 2023
1 parent a06edf3 commit dd1a21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/Dockerfile/base-pybind11.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ FROM ${PARENT_IMAGE_NAME}:latest

# Install pybind11 ##
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y python-pybind11 \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y pybind11-dev \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

0 comments on commit dd1a21f

Please sign in to comment.