We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6012ed commit 37b86e7Copy full SHA for 37b86e7
infrastructure/aws/lambda/Dockerfile
@@ -16,7 +16,7 @@ COPY titiler/ titiler/
16
# Install system dependencies to compile (numexpr)
17
RUN dnf install -y gcc-c++
18
RUN uv export --locked --no-editable --no-emit-workspace --no-dev --format requirements.txt -o requirements.txt && \
19
- uv run pip install --target /asset -r requirements.txt --no-binary pydantic
+ uv pip install --compile-bytecode --no-binary pydantic --target /asset -r requirements.txt
20
21
# copy libexpat.so.1 into /asset which is included in LD_LIBRARY_PATH
22
RUN cp /usr/lib64/libexpat.so.1 /asset/
0 commit comments