Skip to content

Commit

Permalink
docker: more prompt fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Dec 26, 2023
1 parent 2883a4c commit 3276882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/docker/template/Dockerfile.full.footer
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN curl https://raw.githubusercontent.com/koush/scrypted/main/install/docker/in

# python 3.9 from ppa.
# 3.9 is the version with prebuilt support for tensorflow lite
RUN add-apt-repository ppa:deadsnakes/ppa && \
RUN add-apt-repository -y ppa:deadsnakes/ppa && \
apt-get -y install \
python3.9 \
python3.9-dev \
Expand Down

0 comments on commit 3276882

Please sign in to comment.