首页 > 解决方案 > 无法在 Superset 上使用 Docker 安装加载 CSS

问题描述

我使用 Docker 按照这些步骤安装了超集,但是当我转到http://localhost:8088/superset时,没有 CSS。此外,每次我尝试创建图表时,我都会返回主页。就像,如果我点击http://localhost:8088/chart/add我会得到与http://localhost:8088/superset相同的静态界面

我正在尝试在 MacBookPro 2018 上安装。

链接到我遵循的安装步骤 https://github.com/apache/incubator-superset/blob/master/docs/installation.rst#user-content-start-with-docker

我使用的代码

git clone https://github.com/apache/incubator-superset/

cd incubator-superset/contrib/docker

docker-compose run --rm superset ./docker-init.sh

docker-compose up

标签: supersetapache-superset

解决方案


我安装了Apache Supersetdocker 版本,我遇到了类似的问题。当我通过运行登录到superset容器时,docker exec我发现webpack.js编译源代码需要时间。一旦完成,它就会完美加载。


推荐阅读