我正在尝试将 kubeflow kale 集成到 jupyterlab 中。为此,我使用以下命令安装了推荐的软件包
RUN pip3 --no-cache-dir install \
--upgrade pip \
urllib3==1.24.3 \
jupyter-client==6.1.5 \
nbformat==5.0.2 \
six==1.15 \
numpy==1.17.3 \
jupyter-console==6.0.0 \
jupyterlab==1.1.1 \
jupyterthemes \
xgboost \
kubeflow-fairing==1.0.0 \
[![enter image description here][1]][1]kubeflow-kale
# Kale installation
RUN jupyter labextension install kubeflow-kale-launcher
docker 镜像构建成功。当我在集群中运行这个 jupyterlab 时,出现以下错误
Details: Rok Gateway Client module not found
我需要安装任何其他插件吗?
请帮助任何人解决此问题。提前致谢