fix
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
e54e96db1c
commit
707b6ec6af
|
@ -6,7 +6,8 @@ ARG NB_GID="100"
|
||||||
ENV CONDA_CUDA_OVERRIDE="12.1"
|
ENV CONDA_CUDA_OVERRIDE="12.1"
|
||||||
ENV NUM_GPUS=1
|
ENV NUM_GPUS=1
|
||||||
USER root
|
USER root
|
||||||
RUN apt-get install --yes --no-install-recommends \
|
RUN apt-get update --yes && \
|
||||||
|
apt-get install --yes --no-install-recommends \
|
||||||
ffmpeg \
|
ffmpeg \
|
||||||
libportaudio2 \
|
libportaudio2 \
|
||||||
apt-get clean && rm -rf /var/lib/apt/lists/*
|
apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
Loading…
Reference in New Issue