我正在尝试在jupyterlab中集成kubeflow甘蓝。为此,我使用以下命令安装了推荐的包
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-launcherdocker映像已成功构建。当我在集群中运行这个jupyterlab时,我得到以下错误
Details: Rok Gateway Client module not found我需要安装其他插件吗?
请帮助任何人解决此问题。提前感谢
发布于 2020-12-09 21:06:47
您应该在Kubernetes集群上安装ROK。没有韩语你就不能使用它
https://stackoverflow.com/questions/64746165
复制相似问题