Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates tator-py submodule #1456

Merged
merged 3 commits into from
Sep 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions containers/tator_client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cvisionai/svt_encoder:v0.0.10 AS cvtranscoder
FROM cvisionai/svt_encoder:v0.0.11 AS cvtranscoder
MAINTAINER CVision AI <[email protected]>

ARG APT_REPO_HOST=http://archive.ubuntu.com/ubuntu/
Expand All @@ -10,7 +10,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \
python3 python3-pip \
python3-setuptools git vim curl unzip wget \
fastjar libsm6 libxext6 libxrender1 libx265-179 libx264-155 \
fastjar libsm6 libxext6 libxrender1 libx265-199 libx264-163 \
libpng16-16 libfreetype6 python3-opencv \
&& rm -rf /var/lib/apt/lists

Expand Down
2 changes: 1 addition & 1 deletion scripts/packages/tator-py
Submodule tator-py updated 2 files
+1 −1 requirements.txt
+1 −1 setup.py