Skip to content

Commit

Permalink
pinned to specific versions
Browse files Browse the repository at this point in the history
  • Loading branch information
linxie47 committed Dec 12, 2024
1 parent 755c923 commit 6d875ac
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build_ivsr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ apt-get update && DEBIAN_FRONTEND=noninteractive && apt-get install -y --no-inst
python3-dev libpython3-dev python3-pip

apt-get clean
pip --no-cache-dir install --upgrade pip setuptools
pip install numpy
pip --no-cache-dir install --upgrade pip==23.0 setuptools==65.5.0
pip install numpy==1.23.5



Expand Down
2 changes: 1 addition & 1 deletion ivsr_ffmpeg_plugin/dockerfiles/rockylinux9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

ARG IMAGE=rockylinux:9.3
ARG IMAGE=rockylinux@sha256:d7be1c094cc5845ee815d4632fe377514ee6ebcf8efaed6892889657e5ddaaa6
FROM $IMAGE AS base

RUN dnf -y update && \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

ARG IMAGE=rockylinux:9.3
ARG IMAGE=rockylinux@sha256:d7be1c094cc5845ee815d4632fe377514ee6ebcf8efaed6892889657e5ddaaa6
FROM $IMAGE AS base

RUN dnf -y update && \
Expand Down
2 changes: 1 addition & 1 deletion ivsr_ffmpeg_plugin/dockerfiles/ubuntu22/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

ARG IMAGE=ubuntu:22.04
ARG IMAGE=ubuntu@sha256:0e5e4a57c2499249aafc3b40fcd541e9a456aab7296681a3994d631587203f97
FROM $IMAGE AS base

RUN apt-get update && \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

# Base image
ARG IMAGE=ubuntu:22.04
ARG IMAGE=ubuntu@sha256:0e5e4a57c2499249aafc3b40fcd541e9a456aab7296681a3994d631587203f97
FROM $IMAGE AS base

# Set non-interactive frontend for package installation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

# Base image
ARG IMAGE=ubuntu:22.04
ARG IMAGE=ubuntu@sha256:0e5e4a57c2499249aafc3b40fcd541e9a456aab7296681a3994d631587203f97
FROM $IMAGE AS base

# Set non-interactive frontend for package installation
Expand Down

0 comments on commit 6d875ac

Please sign in to comment.