Skip to content

Commit 0590af4

Browse files
authored
jupyterlab run workload (redhat-performance#623)
1 parent 7732cb9 commit 0590af4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Follow the stops:
2+
# git clone https://github.com/redhat-performance/benchmark-runner
3+
# update environment variables i.e. ('WORKLOAD','vdbench_vm') in benchmark_runner/main/environment_variables.py
4+
# run from benchmark-runner root path
5+
PYTHONPATH=. python3 benchmark_runner/main/main.py "$@"

ci_pod/jupyterlab/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ ENV VIRTCTL_VERSION="$VIRTCTL_VERSION"
1212

1313
# Install system dependencies
1414
RUN dnf update -y && \
15-
dnf install -y wget podman curl python3 python3-pip python3-devel nodejs npm && \
15+
# jq required by benchmark-runner for parser
16+
dnf install -y wget podman curl python3 python3-pip python3-devel nodejs npm jq && \
1617
dnf clean all && \
1718
rm -rf /var/cache/dnf && \
1819
pip3 install --no-cache-dir jupyterlab=="$JUPYTERLAB_VERSION" benchmark-runner bokeh && \

0 commit comments

Comments
 (0)