Skip to content

Commit

Permalink
jupyterlab run workload (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebattat authored Jul 20, 2023
1 parent 7732cb9 commit 0590af4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Follow the stops:
# git clone https://github.com/redhat-performance/benchmark-runner
# update environment variables i.e. ('WORKLOAD','vdbench_vm') in benchmark_runner/main/environment_variables.py
# run from benchmark-runner root path
PYTHONPATH=. python3 benchmark_runner/main/main.py "$@"
3 changes: 2 additions & 1 deletion ci_pod/jupyterlab/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ ENV VIRTCTL_VERSION="$VIRTCTL_VERSION"

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

0 comments on commit 0590af4

Please sign in to comment.