fix
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Malte Grosse 2024-03-18 15:12:21 +09:00
parent e54e96db1c
commit 707b6ec6af
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ ARG NB_GID="100"
ENV CONDA_CUDA_OVERRIDE="12.1"
ENV NUM_GPUS=1
USER root
RUN apt-get install --yes --no-install-recommends \
RUN apt-get update --yes && \
apt-get install --yes --no-install-recommends \
ffmpeg \
libportaudio2 \
apt-get clean && rm -rf /var/lib/apt/lists/*