bocharoviliyav commented on issue #9467: Superset fails Docker build using "Start with Docker" installation instructions on home page URL: https://github.com/apache/incubator-superset/issues/9467#issuecomment-611471145 To solve this problem on my Windows 10 Pro 1909 machine i'm change Dockerfile from: ``` RUN /frontend-mem-nag.sh && cd /app/superset-frontend && npm install ``` to: ``` # /frontend-mem-nag.sh RUN cd /app/superset-frontend && npm install ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
