Skip to content

Commit bde3ae0

Browse files
author
Tyler Titsworth
authored
Compare against same Python Version (#358)
Signed-off-by: Tyler Titsworth <tyler.titsworth@intel.com>
1 parent 536e096 commit bde3ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ In the previous command, you should see a result at the bottom like: `Time Consu
3232
# Use the working directory from the above command
3333
docker run --rm -it \
3434
-v $PWD/tests:/tests \
35-
python:3.11-slim-bullseye \
35+
python:3.10-slim-bullseye \
3636
bash
3737
pip install numpy
3838
python /tests/perf_sample.py

0 commit comments

Comments
 (0)