Skip to content
Draft
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
2 changes: 1 addition & 1 deletion container/ffmpeg-tf2.containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ FROM ghcr.io/clamsproject/clams-python-ffmpeg:$clams_version
LABEL org.opencontainers.image.description="clams-python-ffmpeg-tf2 image is shipped with clams-python, ffmpeg, and tensorflow2"

RUN apt-get install -y build-essential libhdf5-dev
RUN pip install "cython<3.0.0" pyyaml==5.4.1 --no-build-isolation
RUN pip install --no-cache-dir tensorflow==2.*

2 changes: 1 addition & 1 deletion container/opencv4-tf2.containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ FROM ghcr.io/clamsproject/clams-python-opencv4:$clams_version
LABEL org.opencontainers.image.description="clams-python-opencv4-tf2 image is shipped with clams-python, opencv4 (ffmpeg backend), and tensorflow2"

RUN apt-get install -y build-essential libhdf5-dev
RUN pip install "cython<3.0.0" pyyaml==5.4.1 --no-build-isolation
RUN pip install --no-cache-dir tensorflow==2.*

2 changes: 1 addition & 1 deletion container/tf2.containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ FROM ghcr.io/clamsproject/clams-python:$clams_version
LABEL org.opencontainers.image.description="clams-python-tf2 image is shipped with clams-python and tensorflow2"

RUN apt-get install -y build-essential libhdf5-dev
RUN pip install "cython<3.0.0" pyyaml==5.4.1 --no-build-isolation
RUN pip install --no-cache-dir tensorflow==2.*