File tree Expand file tree Collapse file tree 6 files changed +5
-15
lines changed
Expand file tree Collapse file tree 6 files changed +5
-15
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 22# syntax=docker/dockerfile:1
33FROM python:3.11-slim-bookworm
44
5- ENV SERVICE_ROOT /service
6- ENV SERVICE_USER service
7- ENV SERVICE_UID 1001
5+ ENV SERVICE_ROOT=/service SERVICE_USER=service SERVICE_UID=1001
86
97ARG TARGETARCH
108
Original file line number Diff line number Diff line change 22# syntax=docker/dockerfile:1
33FROM python:3.12-slim-bookworm
44
5- ENV SERVICE_ROOT /service
6- ENV SERVICE_USER service
7- ENV SERVICE_UID 1001
5+ ENV SERVICE_ROOT=/service SERVICE_USER=service SERVICE_UID=1001
86
97ARG TARGETARCH
108
Original file line number Diff line number Diff line change 33# syntax=docker/dockerfile:1
44FROM python:3.12-slim-bookworm
55
6- ENV SERVICE_ROOT /service
7- ENV SERVICE_USER service
8- ENV SERVICE_UID 1001
6+ ENV SERVICE_ROOT=/service SERVICE_USER=service SERVICE_UID=1001
97
108ARG TARGETARCH
119
@@ -22,9 +20,7 @@ ADD --chmod=755 https://raw.githubusercontent.com/vishnubob/wait-for-it/81b1373f
2220
2321# Environment variables for PyTorch version and CUDA version
2422# Set build arguments for PyTorch version
25- ENV PYTORCH_VERSION=2.3.1
26- ENV TORCHVISION_VERSION=0.18.1
27- ENV CUDA_VERSION=12.1
23+ ENV PYTORCH_VERSION=2.3.1 TORCHVISION_VERSION=0.18.1 CUDA_VERSION=12.1
2824
2925# Install PyTorch
3026# Added to satisfy linter
Original file line number Diff line number Diff line change 22# syntax=docker/dockerfile:1
33FROM python:3.13-slim-bookworm
44
5- ENV SERVICE_ROOT /service
6- ENV SERVICE_USER service
7- ENV SERVICE_UID 1001
5+ ENV SERVICE_ROOT=/service SERVICE_USER=service SERVICE_UID=1001
86
97ARG TARGETARCH
108
You can’t perform that action at this time.
0 commit comments