Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
taegyunkim committed Sep 10, 2024
1 parent 0441f7d commit cccb595
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
6 changes: 2 additions & 4 deletions base_images/Dockerfile.python-3.10
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
FROM python:3.10

# install rust
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
ENV PATH="/root/.cargo/bin:${PATH}"

ENV DD_PROFILING_ENABLED true
ENV DD_TRACE_ENABLED false
ENV DD_TRACE_DEBUG true
ENV DD_PROFILING_EXPORT_LIBDD_ENABLED 0
ENV DD_PROFILING__FORCE_LEGACY_EXPORTER 1
ENV DD_PROFILING_OUTPUT_PPROF="/app/data/profiles"
5 changes: 1 addition & 4 deletions base_images/Dockerfile.python-3.11
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
FROM python:3.11 AS base

# install rust
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
ENV PATH="/root/.cargo/bin:${PATH}"

ENV DD_PROFILING_ENABLED true
ENV DD_TRACE_ENABLED false
ENV DD_TRACE_DEBUG true
ENV DD_PROFILING_EXPORT_LIBDD_ENABLED 0
ENV DD_PROFILING__FORCE_LEGACY_EXPORTER 1
ENV DD_PROFILING_OUTPUT_PPROF="/app/data/profiles"
5 changes: 1 addition & 4 deletions base_images/Dockerfile.python-3.11-libdd
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
FROM python:3.11 AS base

# install rust
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
ENV PATH="/root/.cargo/bin:${PATH}"

ENV DD_PROFILING_ENABLED true
ENV DD_TRACE_ENABLED false
ENV DD_TRACE_DEBUG true
ENV DD_PROFILING_EXPORT_LIBDD_ENABLED 1
ENV DD_PROFILING__FORCE_LEGACY_EXPORTER 0
ENV DD_PROFILING_OUTPUT_PPROF="/app/data/profiles"

0 comments on commit cccb595

Please sign in to comment.