mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-11 13:45:25 +03:00
bring back others
This commit is contained in:
parent
ab95391057
commit
4d76996fda
@ -11,11 +11,11 @@ ARG DEBIAN_FRONTEND
|
||||
RUN --mount=type=bind,source=docker/tensorrt/install_python_39.sh,target=/deps/install_python_39.sh \
|
||||
--mount=type=cache,target=/root/.ccache \
|
||||
/deps/install_python_39.sh
|
||||
#RUN apt-get -qq update \
|
||||
# && apt-get -qq install -y --no-install-recommends \
|
||||
# python3.9 python3.9-dev \
|
||||
# wget build-essential cmake git \
|
||||
# && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN apt-get -qq update \
|
||||
&& apt-get -qq install -y --no-install-recommends \
|
||||
wget build-essential cmake git \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Ensure python3 defaults to python3.9
|
||||
# RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user