Skip to content

Commit

Permalink
Add pybind11, cmake and python3-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
BerriJ committed Nov 13, 2023
1 parent d88f36e commit 4a67e1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula sele
ca-certificates \
git \
build-essential \
cmake \
ccache \
netbase \
zip \
Expand Down Expand Up @@ -85,7 +86,9 @@ RUN chmod +x install_scripts/install_phantomjs.sh &&\
COPY package_lists/python_packages.txt /package_lists/python_packages.txt

RUN apt-get update &&\
apt-get -y --no-install-recommends install python3-pip && \
apt-get -y --no-install-recommends install \
python3-pip \
python3-dev && \
# Python packages
pip3 install -U --no-cache-dir \
$(grep -o '^[^#]*' package_lists/python_packages.txt | tr '\n' ' ') \
Expand Down
1 change: 1 addition & 0 deletions package_lists/python_packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ numpy
pandas
plotly
properscoring
pybind11
pylint
pyparsing==2.4.7
pytest
Expand Down

0 comments on commit 4a67e1b

Please sign in to comment.