diff --git a/Dockerfile b/Dockerfile index 7b8807d..ce3e5b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,7 +47,7 @@ RUN pip install pystan==2.19.1.1 \ && pip install prophet # Pinning various packages to fix dependency issues -RUN pip3 install --no-cache --no-deps --force-reinstall alembic==1.11.1 markupsafe==2.0.1 pyopenssl==22.1.0 importlib-metadata==4.13.0 importlib-resources==5.12.0 +RUN pip3 install --no-cache --no-deps --force-reinstall alembic==1.11.1 markupsafe==2.0.1 pyopenssl==22.1.0 importlib-metadata==4.13.0 importlib-resources==5.12.0 sqlalchemy==1.3.23 # Switching back to using the `superset` user USER superset