Skip to content

Commit

Permalink
Added deps
Browse files Browse the repository at this point in the history
  • Loading branch information
like-a-freedom committed Feb 2, 2025
1 parent cfb44f3 commit 5c50efc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ RUN apt-get install -y \
automake \
g++ \
git \
python3-dev
python3-dev \
libabsl-dev
# \
# protobuf-compiler \
# libprotobuf-dev
Expand Down Expand Up @@ -43,6 +44,8 @@ RUN git clone https://github.com/pybind/pybind11.git \
&& rm -rf /pybind11 \
&& pip install pybind11

RUN ldconfig

# Set comprehensive build environment variables
ENV UV_COMPILE_BYTECODE=1
ENV UV_LINK_MODE=copy
Expand Down

0 comments on commit 5c50efc

Please sign in to comment.