Skip to content

Commit

Permalink
feat(python-datascience): add opencv
Browse files Browse the repository at this point in the history
  • Loading branch information
avouacr committed Nov 7, 2023
1 parent 6c75b6d commit c19b865
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python-datascience/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ COPY conda-env.yml .

RUN ls -larth /opt/
RUN mamba env update -n base -f conda-env.yml && \
# Install Python packages not available on conda-forge
pip install opencv-python-headless && \
# Install Julia
/opt/install-julia.sh && \
# Install Quarto latest version
Expand Down

0 comments on commit c19b865

Please sign in to comment.