Skip to content

Commit 88c7006

Browse files
nuke docker option
Signed-off-by: Adrian Cole <[email protected]>
1 parent 04b7273 commit 88c7006

File tree

3 files changed

+5
-37
lines changed

3 files changed

+5
-37
lines changed

instrumentation-genai/opentelemetry-instrumentation-openai-v2/example/Dockerfile

Lines changed: 0 additions & 10 deletions
This file was deleted.

instrumentation-genai/opentelemetry-instrumentation-openai-v2/example/README.rst

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,7 @@ Minimally, update the `.env <.env>`_ file with your "OPENAI_API_KEY". An
1717
OTLP compatible endpoint should be listening for traces and logs on
1818
http://localhost:4318. If not, update "OTEL_EXPORTER_OTLP_ENDPOINT" as well.
1919

20-
Run with Docker
21-
---------------
22-
23-
If you have Docker installed, you can run the example in one step:
24-
25-
::
26-
27-
docker-compose run --build --rm python-opentelemetry-openai
28-
29-
You should see a poem generated by OpenAI while traces and logs export to your
30-
configured observability tool.
31-
32-
Run with Python
33-
---------------
34-
35-
If you prefer to run the example with Python, set up a virtual environment for
36-
the example like this:
20+
Next, set up a virtual environment like this:
3721

3822
::
3923

@@ -42,7 +26,10 @@ the example like this:
4226
pip install "python-dotenv[cli]"
4327
pip install -r requirements.txt
4428

45-
Now, run the example like this:
29+
Run
30+
---
31+
32+
Run the example like this:
4633

4734
::
4835

instrumentation-genai/opentelemetry-instrumentation-openai-v2/example/docker-compose.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)