alldoami commented on issue #20863: URL: https://github.com/apache/superset/issues/20863#issuecomment-1224473577
This is my `Dockerfile`: ``` FROM apache/superset USER root RUN mkdir -p /home/superset ENV PYTHONPATH=/home/superset:$PYTHONPATH VOLUME /home/superset RUN pip install psycopg2-binary==2.9.1 RUN pip install snowflake-sqlalchemy>=1.2.4 RUN pip install auth0-python==3.19.0 RUN pip install sqlalchemy-databricks>=0.2.0 RUN pip install snowflake-connector-python==2.7.9 RUN pip install snowflake-sqlalchemy==1.2.4 USER superset ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
