sailibakalkar commented on issue #26651: URL: https://github.com/apache/superset/issues/26651#issuecomment-2875807854
> > Hey what would be the exact steps to try it in the 4.0.2 version > > [@sailibakalkar](https://github.com/sailibakalkar) You can try it out on Superset 4.0.2 by following these steps: > > Pull the Docker image: `docker pull janzuska/superset-vilgain:4.0.2f` > > Run the Docker container: You can start a container with the following command: `docker run -d -p 8088:8088 --name superset janzuska/superset-vilgain:4.0.2f` > > This will start the Superset instance and make it available on http://localhost:8088. > > And then follow the common configuration steps, or you can follow this [guide](https://medium.com/towards-data-engineering/quick-setup-configure-superset-with-docker-a5cca3992b28), but in Dockerfile instead of `FROM apache/superset:latest` you have to put `FROM janzuska/superset:4.0.2f` > > If you need more help or want to customize the container (e.g., for specific configurations), feel free to ask! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org