mirror of
https://github.com/k4yt3x/video2x.git
synced 2024-12-29 16:09:10 +00:00
bumped vulkan image version to 1.3-470
This commit is contained in:
parent
045e643867
commit
44238aed35
@ -1,14 +1,16 @@
|
|||||||
# Name: Video2X Dockerfile
|
# Name: Video2X Dockerfile
|
||||||
# Creator: K4YT3X
|
# Creator: K4YT3X
|
||||||
# Date Created: February 3, 2022
|
# Date Created: February 3, 2022
|
||||||
# Last Modified: March 28, 2022
|
# Last Modified: August 28, 2022
|
||||||
|
|
||||||
# stage 1: build the python components into wheels
|
# stage 1: build the python components into wheels
|
||||||
FROM docker.io/nvidia/vulkan:1.2.133-450 AS builder
|
FROM docker.io/nvidia/vulkan:1.3-470 AS builder
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
COPY . /video2x
|
COPY . /video2x
|
||||||
WORKDIR /video2x
|
WORKDIR /video2x
|
||||||
|
RUN gpg --keyserver=keyserver.ubuntu.com --receive-keys A4B469963BF863CC \
|
||||||
|
&& gpg --export A4B469963BF863CC > /etc/apt/trusted.gpg.d/cuda.gpg
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
python3.8 python3-pip python3-opencv python3-pil \
|
python3.8 python3-pip python3-opencv python3-pil \
|
||||||
@ -17,7 +19,7 @@ RUN apt-get update \
|
|||||||
&& pip wheel -w /wheels wheel pdm-pep517 .
|
&& pip wheel -w /wheels wheel pdm-pep517 .
|
||||||
|
|
||||||
# stage 2: install wheels into the final image
|
# stage 2: install wheels into the final image
|
||||||
FROM docker.io/nvidia/vulkan:1.2.133-450
|
FROM docker.io/nvidia/vulkan:1.3-470
|
||||||
LABEL maintainer="K4YT3X <i@k4yt3x.com>" \
|
LABEL maintainer="K4YT3X <i@k4yt3x.com>" \
|
||||||
org.opencontainers.image.source="https://github.com/k4yt3x/video2x" \
|
org.opencontainers.image.source="https://github.com/k4yt3x/video2x" \
|
||||||
org.opencontainers.image.description="A lossless video/GIF/image upscaler"
|
org.opencontainers.image.description="A lossless video/GIF/image upscaler"
|
||||||
|
Loading…
Reference in New Issue
Block a user