Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
removal of latex dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
GernotMaier committed Feb 7, 2022
1 parent e9b0212 commit 8064d90
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN apt-get update && apt-get install -y \
krb5-user \
libpam-krb5 \
make \
unzip \
vim \
wget && \
apt-get clean && rm -rf /var/lib/apt/lists/*
Expand All @@ -36,14 +37,6 @@ RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-py38_4.10.3-Linu
${WORKDIR}/conda/bin/conda install -c conda-forge mamba
ENV PATH /${WORKDIR}/conda/bin:$PATH

# tex installation
RUN apt-get update && apt-get install -y \
cm-super \
dvipng \
texlive-latex-extra \
texlive-fonts-recommended && \
apt-get clean && rm -rf /var/lib/apt/lists/*

RUN wget https://raw.githubusercontent.com/gammasim/gammasim-tools/master/environment.yml && \
mamba env update --file environment.yml && \
conda clean -tipsy
Expand Down

0 comments on commit 8064d90

Please sign in to comment.