Skip to content

Commit

Permalink
Merge pull request #5113 from shaneknapp/add-playwright-chromium
Browse files Browse the repository at this point in the history
add chromium browser for playwright
  • Loading branch information
shaneknapp authored Oct 7, 2023
2 parents 1746eb8 + d55fef0 commit 9ea65a7
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 9ea65a7

Please sign in to comment.