Skip to content

Commit

Permalink
updated to the latest SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
keighrim committed Aug 15, 2024
1 parent fb46305 commit ad78d5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the same base image version as the clams-python python library version
FROM ghcr.io/clamsproject/clams-python-ffmpeg-torch2:1.3.0
FROM ghcr.io/clamsproject/clams-python-ffmpeg-torch2:1.3.1
# See https://github.com/orgs/clamsproject/packages?tab=packages&q=clams-python for more base images
# IF you want to automatically publish this image to the clamsproject organization,
# 1. you should have generated this template without --no-github-actions flag
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Make sure clams-python version is explicitly specified, at least the lower bound
clams-python==1.3.0
clams-python==1.3.1
openai-whisper==20231117

0 comments on commit ad78d5f

Please sign in to comment.