Skip to content

Commit

Permalink
fix(examples) Update python rideshare to latest otel-profiling-python (
Browse files Browse the repository at this point in the history
…#3740)

This fixes this build error:

> ERROR: Cannot install pyroscope-io==0.8.8 and pyroscope-otel==0.1.0 because these package versions have conflicting dependencies.
  • Loading branch information
simonswine authored Dec 4, 2024
1 parent d02c948 commit 9f50134
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.9

RUN pip3 install flask pyroscope-io==0.8.8 pyroscope-otel==0.1.0
RUN pip3 install flask pyroscope-io==0.8.8 pyroscope-otel==0.4.0
RUN pip3 install opentelemetry-api opentelemetry-sdk opentelemetry-instrumentation-flask opentelemetry-exporter-otlp-proto-grpc

ENV FLASK_ENV=development
Expand Down

0 comments on commit 9f50134

Please sign in to comment.