Skip to content

Commit

Permalink
Merge branch 'main' into ibm-dev-rebased
Browse files Browse the repository at this point in the history
  • Loading branch information
prashantgupta24 authored Dec 4, 2024
2 parents f931d71 + df985f9 commit 87ebca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ RUN microdnf install -y gcc \
RUN --mount=type=bind,from=build,src=/workspace/dist,target=/workspace/dist \
--mount=type=cache,target=/root/.cache/pip \
--mount=type=cache,target=/root/.cache/uv \
uv pip install $(echo dist/*.whl)'[tensorizer]' --verbose
uv pip install "$(echo *.whl)[tensorizer]" --verbose

# Install libsodium for Tensorizer encryption
RUN --mount=type=bind,from=libsodium-builder,src=/usr/src/libsodium,target=/usr/src/libsodium \
Expand Down

0 comments on commit 87ebca7

Please sign in to comment.