You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FROM ghcr.io/clamsproject/clams-python-ffmpeg-torch2:$clams_version
3
-
LABEL org.opencontainers.image.description="clams-python-ffmpeg-hf image is shipped with clams-python, ffmpeg, and vairous huggingface libraries (PyTorch backend)"
4
-
5
-
RUN pip install --no-cache-dir transformers[torch,tokenizers]==5.*
6
-
RUN pip install --no-cache-dir datasets
7
-
2
+
FROM ghcr.io/clamsproject/clams-python-ffmpeg-hf5:$clams_version
3
+
LABEL org.opencontainers.image.description="clams-python-ffmpeg-hf image is an alias for clams-python-ffmpeg-hf5 (latest HuggingFace/transformers)"
FROM ghcr.io/clamsproject/clams-python-ffmpeg-torch2:$clams_version
3
+
LABEL org.opencontainers.image.description="clams-python-ffmpeg-hf4 image is shipped with clams-python, ffmpeg, and HuggingFace libraries with transformers 4.x (PyTorch backend)"
4
+
5
+
RUN pip install --no-cache-dir transformers[torch,tokenizers]==4.*
FROM ghcr.io/clamsproject/clams-python-ffmpeg-torch2:$clams_version
3
+
LABEL org.opencontainers.image.description="clams-python-ffmpeg-hf5 image is shipped with clams-python, ffmpeg, and HuggingFace libraries with transformers 5.x (PyTorch backend)"
4
+
5
+
RUN pip install --no-cache-dir transformers[torch,tokenizers]==5.*
FROM ghcr.io/clamsproject/clams-python-torch2:$clams_version
3
+
LABEL org.opencontainers.image.description="clams-python-hf4 image is shipped with clams-python and HuggingFace libraries with transformers 4.x (PyTorch backend)"
4
+
5
+
RUN pip install --no-cache-dir transformers[torch,tokenizers]==4.*
FROM ghcr.io/clamsproject/clams-python-torch2:$clams_version
3
+
LABEL org.opencontainers.image.description="clams-python-hf5 image is shipped with clams-python and HuggingFace libraries with transformers 5.x (PyTorch backend)"
4
+
5
+
RUN pip install --no-cache-dir transformers[torch,tokenizers]==5.*
FROM ghcr.io/clamsproject/clams-python-opencv4-torch2:$clams_version
3
+
LABEL org.opencontainers.image.description="clams-python-opencv4-hf4 image is shipped with clams-python, opencv4 (ffmpeg backend), and HuggingFace libraries with transformers 4.x (PyTorch backend)"
4
+
5
+
RUN pip install --no-cache-dir transformers[torch,tokenizers]==4.*
FROM ghcr.io/clamsproject/clams-python-opencv4-torch2:$clams_version
3
+
LABEL org.opencontainers.image.description="clams-python-opencv4-hf5 image is shipped with clams-python, opencv4 (ffmpeg backend), and HuggingFace libraries with transformers 5.x (PyTorch backend)"
4
+
5
+
RUN pip install --no-cache-dir transformers[torch,tokenizers]==5.*
0 commit comments