mirror of
https://github.com/linuxserver/docker-bazarr.git
synced 2026-02-20 01:02:49 +08:00
rebase to 3.14, fix numpy wheel upstream
This commit is contained in:
parent
cb55ae0f4d
commit
a84ea388fb
@ -1,4 +1,4 @@
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:3.13
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:3.14
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
@ -27,7 +27,6 @@ RUN \
|
||||
ffmpeg \
|
||||
libxml2 \
|
||||
libxslt \
|
||||
openblas \
|
||||
py3-pip \
|
||||
python3 \
|
||||
unrar \
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.13
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.14
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
@ -27,7 +27,6 @@ RUN \
|
||||
ffmpeg \
|
||||
libxml2 \
|
||||
libxslt \
|
||||
openblas \
|
||||
py3-pip \
|
||||
python3 \
|
||||
unrar \
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.13
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.14
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
@ -27,7 +27,6 @@ RUN \
|
||||
ffmpeg \
|
||||
libxml2 \
|
||||
libxslt \
|
||||
openblas \
|
||||
py3-pip \
|
||||
python3 \
|
||||
unrar \
|
||||
|
||||
@ -236,6 +236,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||
|
||||
## Versions
|
||||
|
||||
* **25.10.21:** - Rebase to alpine 3.14. Fix numpy wheel.
|
||||
* **22.10.21:** - Added openblas package to prevent numpy error.
|
||||
* **16.05.21:** - Use wheel index.
|
||||
* **19.04.21:** - Install from release zip.
|
||||
|
||||
@ -45,6 +45,7 @@ app_setup_block: |
|
||||
|
||||
# changelog
|
||||
changelogs:
|
||||
- { date: "25.10.21:", desc: "Rebase to alpine 3.14. Fix numpy wheel." }
|
||||
- { date: "22.10.21:", desc: "Added openblas package to prevent numpy error." }
|
||||
- { date: "16.05.21:", desc: "Use wheel index." }
|
||||
- { date: "19.04.21:", desc: "Install from release zip." }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user