This commit is contained in:
OlivierDehaene 2023-04-07 14:17:26 +02:00
parent 49b66db53e
commit 384acff1a8

View File

@ -37,8 +37,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
ccache \
cmake \
curl \
git \
rm -rf /var/lib/apt/lists/*
git && \
rm -rf /var/lib/apt/lists/*
RUN /usr/sbin/update-ccache-symlinks
RUN mkdir /opt/ccache && ccache --set-config=cache_dir=/opt/ccache
ENV PATH /opt/conda/bin:$PATH