Skip to content

Commit

Permalink
Dockerfile.ubi: fix pip install *.whl steps pt. 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro committed Dec 4, 2024
1 parent df985f9 commit 0ca5ce7
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 *.whl)[tensorizer]" --verbose
uv pip install "$(echo dist/*.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 0ca5ce7

Please sign in to comment.