image_through_model #49

Merged
brian merged 75 commits from image_through_model into main 2024-10-20 00:10:27 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 9423c3378a - Show all commits
+1 -1
View File
@@ -1,5 +1,5 @@
# build stage
FROM python:3.12-slim-bookworm as BUILDER
FROM python:3.12-slim-bookworm AS builder
# set environment variables
ENV PYTHONUNBUFFERED=1 \
+1 -1
View File
@@ -1,5 +1,5 @@
# build stage
FROM python:3.12-slim-bookworm as BUILDER
FROM python:3.12-slim-bookworm AS builder
# set environment variables
ENV PYTHONUNBUFFERED=1 \