Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docker/gl-testing/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,10 @@ RUN curl -LsSf https://astral.sh/uv/install.sh | sh
ADD . /repo
WORKDIR /repo

# Build gl-sdk and copy the shared library for Python bindings
RUN cargo build -p gl-sdk && \
cp target/debug/libglsdk.so libs/gl-sdk/glsdk/

# Populate `uv` cache
RUN uv sync --all-packages --dev

Expand Down
Loading