mirror of
https://github.com/codelion/optillm.git
synced 2025-05-28 09:39:38 +03:00
fix docker files for github runner
a
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Build stage
|
||||
FROM python:3.12-slim-bullseye AS builder
|
||||
FROM python:3.12-slim-bookworm AS builder
|
||||
|
||||
# Define build argument with default value
|
||||
ARG PORT=8000
|
||||
@@ -26,7 +26,7 @@ COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
# Final stage
|
||||
FROM python:3.12-slim-bullseye
|
||||
FROM python:3.12-slim-bookworm
|
||||
|
||||
# Add labels for the final image
|
||||
LABEL org.opencontainers.image.source="https://github.com/codelion/optillm"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Build stage
|
||||
FROM python:3.12-slim-bullseye AS builder
|
||||
FROM python:3.12-slim-bookworm AS builder
|
||||
|
||||
# Define build argument with default value
|
||||
ARG PORT=8000
|
||||
@@ -26,7 +26,7 @@ COPY requirements_proxy_only.txt .
|
||||
RUN pip install --no-cache-dir -r requirements_proxy_only.txt
|
||||
|
||||
# Final stage
|
||||
FROM python:3.12-slim-bullseye
|
||||
FROM python:3.12-slim-bookworm
|
||||
|
||||
LABEL org.opencontainers.image.source=https://github.com/codelion/optillm
|
||||
LABEL org.opencontainers.image.description="OptiLLM proxy-only image for API routing without model serving capabilities"
|
||||
|
||||
Reference in New Issue
Block a user