diff --git a/examples/digital_fingerprinting/production/Dockerfile b/examples/digital_fingerprinting/production/Dockerfile index dbefaf8db3..5c65e6e752 100644 --- a/examples/digital_fingerprinting/production/Dockerfile +++ b/examples/digital_fingerprinting/production/Dockerfile @@ -63,7 +63,7 @@ RUN source activate morpheus &&\ # notebook v7 is incompatible with jupyter_contrib_nbextensions notebook=6 &&\ jupyter contrib nbextension install --user &&\ - pip install jupyterlab_nvdashboard==0.7.0 + pip install jupyterlab_nvdashboard==0.9 # Launch jupyter CMD ["jupyter-lab", "--ip=0.0.0.0", "--no-browser", "--allow-root"] diff --git a/examples/digital_fingerprinting/production/conda_env.yml b/examples/digital_fingerprinting/production/conda_env.yml index b19e4baa2f..777fb6dbaa 100644 --- a/examples/digital_fingerprinting/production/conda_env.yml +++ b/examples/digital_fingerprinting/production/conda_env.yml @@ -28,7 +28,7 @@ dependencies: - kfp - librdkafka - mlflow>=2.2.1,<3 - - nodejs=17.4.0 + - nodejs=18.* - nvtabular=23.06 - papermill - s3fs>=2023.6