Skip to content

Commit

Permalink
Prepare for breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd committed Mar 28, 2024
1 parent e797239 commit f76aaeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
if [ "$(grep VERSION_ID= /etc/os-release | cut -d= -f2 | tr -d '\"')" \> "20.04" ]; then apt-get install --no-install-recommends -y xcvt; fi && \
rm -rf /var/lib/apt/lists/* && \
# Automatically fetch the latest selkies-gstreamer version and install the components
SELKIES_VERSION="$(curl -fsSL "https://api.github.com/repos/selkies-project/selkies-gstreamer/releases/latest" | jq -r '.tag_name' | sed 's/[^0-9\.\-]*//g')" && \
SELKIES_VERSION="1.5.2" && \
cd /opt && curl -fsSL "https://github.com/selkies-project/selkies-gstreamer/releases/download/v${SELKIES_VERSION}/selkies-gstreamer-v${SELKIES_VERSION}-ubuntu$(grep VERSION_ID= /etc/os-release | cut -d= -f2 | tr -d '\"').tgz" | tar -zxf - && \
# Extract NVRTC dependency, https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/LICENSE.txt
NVRTC_VERSION="11.4.152" && \
Expand Down

0 comments on commit f76aaeb

Please sign in to comment.