Skip to content

Commit

Permalink
Simplifying down dependencies to pinning alembic
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordonei authored Nov 30, 2023
1 parent 66d95e7 commit 0408271
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,7 @@ RUN pip install pystan==2.19.1.1 \
&& pip install prophet

# Insatlling alembic to address error on startup and pinning markupsafe image
RUN pip3 install --force-reinstall "pyrsistent>=0.16.1,<0.17" \
zipp==3.4.1 \
sasl==0.3.1 \
wrapt==1.12.1 \
"sqlalchemy!=1.3.21,<1.4,>=1.3.16" \
"typing-extensions<4,>=3.10" \
holidays==0.10.3 \
alembic==1.6.5
RUN pip3 install --force-reinstall alembic==1.6.5

# Switching back to using the `superset` user
USER superset

0 comments on commit 0408271

Please sign in to comment.