Skip to content

Commit

Permalink
Merge pull request #5876 from felder/felder_DH-330
Browse files Browse the repository at this point in the history
[DH-330] trying dependency install
  • Loading branch information
felder authored Jul 17, 2024
2 parents 6502fa6 + 29247c1 commit c49f5e5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deployments/julia/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@ RUN mamba env update -p ${CONDA_DIR} -f /tmp/environment.yml && mamba clean -af
COPY infra-requirements.txt /tmp/infra-requirements.txt
RUN pip install --no-cache -r /tmp/infra-requirements.txt

USER root
ENV PLAYWRIGHT_BROWSERS_PATH ${CONDA_DIR}
RUN playwright install-deps
RUN chown -Rh jovyan:jovyan /srv/conda

USER ${NB_USER}

# DH-330, similar to DH-164
ENV PLAYWRIGHT_BROWSERS_PATH ${CONDA_DIR}
RUN playwright install chromium
Expand Down

0 comments on commit c49f5e5

Please sign in to comment.