AIEXP_RAG_1 / dockerfile
MrSimple07's picture
added the dockerfile
bb892cb
raw
history blame
213 Bytes
RUN apt-get update && apt-get install -y \
git \
git-lfs \
ffmpeg \
libsm6 \
libxext6 \
cmake \
rsync \
libgl1-mesa-dev \
&& rm -rf /var/lib/apt/lists/* \
&& git lfs install