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 6f06143 commit 1cfcdd8Copy full SHA for 1cfcdd8
Dockerfile
@@ -22,6 +22,8 @@ RUN curl https://sh.rustup.rs -sSf | \
22
sh -s -- --default-toolchain stable -y
23
ENV PATH=/root/.cargo/bin:$PATH
24
25
+ENV DD_COMPILE_MODE=Release
26
+
27
# Install datadog_lambda and dependencies from local
28
COPY . .
29
RUN DD_COMPILE_MODE=Release pip install --no-cache-dir . -t ./python/lib/$runtime/site-packages
0 commit comments