Skip to content
Snippets Groups Projects
Commit 462498c2 authored by Bas Nijholt's avatar Bas Nijholt
Browse files

install build-essential and tmp remove latex

parent c6d90371
No related branches found
No related tags found
No related merge requests found
Pipeline #20205 failed
FROM continuumio/miniconda FROM continuumio/miniconda
MAINTAINER Bas Nijholt <bas@nijho.lt> MAINTAINER Bas Nijholt <bas@nijho.lt>
RUN apt-get -o Acquire::Check-Valid-Until=false update -q && apt-get install -qy \
# texlive-full \
# python-pygments gnuplot \
build-essential \
make git \
&& rm -rf /var/lib/apt/lists/*
RUN mkdir /environments RUN mkdir /environments
COPY environment.yml /environments/ COPY environment.yml /environments/
RUN conda-env create -f /environments/environment.yml RUN conda-env create -f /environments/environment.yml
RUN apt-get -o Acquire::Check-Valid-Until=false update -q && apt-get install -qy \
texlive-full \
python-pygments gnuplot \
make git \
&& rm -rf /var/lib/apt/lists/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment