wiktor2200 commented on issue #20863:
URL: https://github.com/apache/superset/issues/20863#issuecomment-1225900939

   Maybe you should `pip install` everything with one `RUN` command, I'm 
running this one:
   ```
   RUN rm -rf /var/lib/apt/lists/* && \
       pip install \
           Authlib==1.0.1 \
           flask-oidc==1.3.0 \
           psycopg2-binary==2.9.1 \
           snowflake-connector-python==2.7.9 \
           snowflake-sqlalchemy==1.2.4 \
           redis==3.5.3
   ```
   Maybe there are some dependencies which are not fully covered. What is more, 
I've noticed that order of installing packages could matter.


-- 
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]

Reply via email to