mirror of
https://github.com/k4yt3x/video2x.git
synced 2026-02-28 03:10:34 +08:00
updated the Dockerfiles to use full URL
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# Last Modified: February 4, 2022
|
||||
|
||||
# stage: build python components into heels
|
||||
FROM python:3.10.2-alpine3.15 AS builder
|
||||
FROM docker.io/library/python:3.10.2-alpine3.15 AS builder
|
||||
COPY . /video2x
|
||||
WORKDIR /video2x
|
||||
RUN apk add --no-cache \
|
||||
@@ -17,7 +17,7 @@ RUN apk add --no-cache \
|
||||
rife-ncnn-vulkan-python@git+https://github.com/media2x/rife-ncnn-vulkan-python.git .
|
||||
|
||||
# stage 2: install wheels into final image
|
||||
FROM python:3.10.2-alpine3.15
|
||||
FROM docker.io/library/python:3.10.2-alpine3.15
|
||||
LABEL maintainer="K4YT3X <i@k4yt3x.com>"
|
||||
org.opencontainers.image.source="https://github.com/k4yt3x/video2x" \
|
||||
org.opencontainers.image.description="A lossless video/GIF/image upscaler"
|
||||
|
||||
Reference in New Issue
Block a user