Skip to content

Commit

Permalink
fix(python-datascience): remove julia
Browse files Browse the repository at this point in the history
  • Loading branch information
avouacr authored Dec 26, 2024
1 parent 78ce638 commit bdc5830
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions python-datascience/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ FROM $BASE_IMAGE

LABEL maintainer="InseeFrLab <[email protected]>"

ENV JULIA_DIR="/opt/julia"
ENV PATH="${JULIA_DIR}/bin:${PATH}"

USER root

COPY conda-env.yml .
Expand All @@ -14,8 +11,6 @@ RUN ls -larth /opt/
RUN conda env update -n base -f conda-env.yml && \
# Install Python packages not available on conda-forge
pip3 install opencv-python-headless && \
# Install Julia
/opt/install-julia.sh && \
# Install Quarto latest version
/opt/install-quarto.sh && \
# Fix permissions
Expand Down

0 comments on commit bdc5830

Please sign in to comment.