The image is based on DBMSBenchmarker.
This folder contains the Dockerfile template for an evaluator that serves the DBMSBenchmarker results dashboard and a Jupyter Notebook server for post-experiment analysis.
8050 (reads from /results).8888; password: admin.This image has no configurable runtime environment variables. The result folder is
hard-coded to /results; mount the experiment results volume at that path.
Evaluation notebooks are copied from ./notebooks/ at build time into
/usr/src/app/DBMS-Benchmarker/notebooks/ inside the image.
python:3.12.8. python:3.14.2 is not used because it is
incompatible with Flask (pkgutil has no get_loader attribute)./opt/venv; all Python packages (including
DBMSBenchmarker and Jupyter) are installed inside it.DBMS-Benchmarker/DBMS-Benchmarker/) to expose raw source
files alongside the installed package.See DBMSBenchmarker docs for details on the dashboard and notebook API.
Content type
Image
Digest
sha256:e7b580dc9…
Size
1.1 GB
Last updated
17 days ago
docker pull bexhoma/evaluator_dbmsbenchmarker