Skip to content

Commit

Permalink
Trying a different approach - no-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordonei authored Nov 30, 2023
1 parent 60edea0 commit ca0a41c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ RUN export CHROMEDRIVER_VERSION=$(curl --silent https://chromedriver.storage.goo
unzip chromedriver_linux64.zip -d /usr/bin && \
chmod 755 /usr/bin/chromedriver && \
rm -f chromedriver_linux64.zip

# Pinning various packages to fix dependency issues
RUN pip3 install --no-cache --force-reinstall alembic==1.6.5 markupsafe==2.0.1 pyopenssl==22.1.0 apache-superset==1.5.3


RUN pip install --no-cache gevent

# Install base drivers required for helm chart to work
Expand Down Expand Up @@ -49,5 +46,8 @@ RUN pip install gevent \
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.6.5 markupsafe==2.0.1 pyopenssl==22.1.0

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

0 comments on commit ca0a41c

Please sign in to comment.