GitHub user Kranthi32 added a comment to the discussion: Production deployment
issue in
@dosu for redis and postgre i am using this how to include mssql in same or
else need to use both seprate seprate or in same docker file mssql and
exisisting redis and postgre
FROM apache/superset:4.1.2
#RUN pip install --no-cache-dir redis psycopg2-binary
# Install system build tools
USER root
RUN apt-get update && apt-get install -y \
build-essential \
libpq-dev \
&& pip install --no-cache-dir redis psycopg2-binary \
&& apt-get clean
USER superset
GitHub link:
https://github.com/apache/superset/discussions/33957#discussioncomment-13631422
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]