We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe22fd commit d9d75f9Copy full SHA for d9d75f9
backend/Dockerfile
@@ -17,7 +17,7 @@ RUN apt-get update -y && apt-get install -y \
17
18
ENV LIBRARY_PATH=/lib:/usr/lib
19
20
-RUN pip install pdm==2.21.0
+RUN pip install pdm==2.21.0 uv==0.5.5
21
22
ARG TARGETPLATFORM
23
@@ -80,9 +80,8 @@ RUN if [ "$TARGETPLATFORM" = "linux/arm64" ]; then \
80
81
COPY pyproject.toml pdm.lock ${FUNCTION_DIR}
82
83
-RUN curl -LsSf https://astral.sh/uv/install.sh | sh
84
RUN pdm config use_uv true
85
-RUN pdm install --prod --group lambda
+RUN pdm install --prod
86
87
# Create GraphQL schema
88
0 commit comments