Skip to content

Commit 796fd4f

Browse files
committed
bumped to new SDK version with mkv bugfix
1 parent 41965dd commit 796fd4f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the same base image version as the clams-python python library version
2-
FROM ghcr.io/clamsproject/clams-python-ffmpeg-hf:1.7.0
2+
FROM ghcr.io/clamsproject/clams-python-ffmpeg-hf:1.7.1
33
# See https://github.com/orgs/clamsproject/packages?tab=packages&q=clams-python for more base images
44
# IF you want to automatically publish this image to the clamsproject organization,
55
# 1. you should have generated this template without --no-github-actions flag

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Make sure clams-python version is explicitly specified, at least the lower bound
2-
clams-python==1.7.0
2+
clams-python==1.7.1
33
# mmif-python[cv] transitively provides PyAV, Pillow, ffmpeg-python, wurlitzer
44
# (the modern post-cv2 vdh stack). The visualize/ scripts use PyAV directly.
55
mmif-python[cv]

0 commit comments

Comments
 (0)