Skip to content

Commit

Permalink
this never ends
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Oct 6, 2023
1 parent 1746eb8 commit d55fef0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deployments/datahub/images/default/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ RUN pip install --no-cache -r /tmp/requirements.txt
ENV PYPPETEER_HOME ${CONDA_DIR}
RUN pyppeteer-install

# install chromium browser for playwright
# https://github.com/berkeley-dsep-infra/datahub/issues/5062
RUN playwright install chromium

# Install IR kernelspec
RUN r -e "IRkernel::installspec(user = FALSE, prefix='${CONDA_DIR}')"

Expand Down

0 comments on commit d55fef0

Please sign in to comment.