From 28217dff975d0d3e6ad9129bb95163f311f26ba0 Mon Sep 17 00:00:00 2001 From: Antonio Martinez Date: Wed, 16 Oct 2024 15:19:13 -0700 Subject: [PATCH] Fix: updated geti sdk (#117) Signed-off-by: Antonio Martinez --- geti-pipeline/Dockerfile | 2 +- geti-pipeline/example_code/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/geti-pipeline/Dockerfile b/geti-pipeline/Dockerfile index 3af9ea7..17b0b78 100644 --- a/geti-pipeline/Dockerfile +++ b/geti-pipeline/Dockerfile @@ -3,7 +3,7 @@ # SPDX-License-Identifier: BSD-3-Clause ######################################################################## -FROM python:3.8-bullseye +FROM python:3.9-bullseye RUN apt-get update && apt-get install --no-install-recommends ffmpeg=7:4.3.7-0+deb11u1 libsm6=2:1.2.3-1 libxext6=2:1.3.3-1.1 -y \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* diff --git a/geti-pipeline/example_code/requirements.txt b/geti-pipeline/example_code/requirements.txt index 48b37ca..1ced885 100644 --- a/geti-pipeline/example_code/requirements.txt +++ b/geti-pipeline/example_code/requirements.txt @@ -1,3 +1,3 @@ # Base requirements for the deployment -geti-sdk==1.5.8 +geti-sdk==2.1.0 opencv-python>=4.5.0 \ No newline at end of file