mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-09 11:24:53 +00:00
fix
This commit is contained in:
parent
49b66db53e
commit
384acff1a8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user