-
Notifications
You must be signed in to change notification settings - Fork 14.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Superset not get loaded properly in local environment #21230
Comments
I tried the above changes, but it still remains the same. Steps I tried, |
@mtv2102 the commands you tried won't use the local files, for this can you try running a dev-server and try again. |
@sinhashubham95 Yeah Great, It works now...Thank you for the help...And I am recently started working on integration with Kepler, are you aware of any implementations that has been done so far...? |
You mean the plugin of deck-gl? |
|
worked |
I just cloned the code from git and tried running with the following command but it shows the url in the attached way,
docker-compose up
But when I tried with the following commands in prod env. It is working ,
docker-compose -f docker-compose-non-dev.yml pull
docker-compose -f docker-compose-non-dev.yml up
At the same time with the docker-compose.yml file, when I tried comment the following highlighted line ,it works.But I am sure that will not be the right fix.
I tried by increasing docker size from 6 to 8GB..Does it require an additional storage? Any help would be appreciated....
The text was updated successfully, but these errors were encountered: