We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 536e096 commit bde3ae0Copy full SHA for bde3ae0
python/README.md
@@ -32,7 +32,7 @@ In the previous command, you should see a result at the bottom like: `Time Consu
32
# Use the working directory from the above command
33
docker run --rm -it \
34
-v $PWD/tests:/tests \
35
- python:3.11-slim-bullseye \
+ python:3.10-slim-bullseye \
36
bash
37
pip install numpy
38
python /tests/perf_sample.py
0 commit comments