FROM mcr.microsoft.com/playwright/python:v1.47.0-jammy WORKDIR /bench RUN pip install --no-cache-dir playwright==1.47.0 plotly==5.24.1 kaleido==0.2.1 COPY run_performance_tests.py generate_plotly_plots.py ./ CMD ["python", "run_performance_tests.py"]