Correct casing (#5817)

* Update Dockerfile

correct casing

* Update Dockerfile.database

correct casing

* Update Dockerfile.alpine

correct casing

* Update Dockerfile.non_root

correct casing
This commit is contained in:
superpoussin22 2024-09-21 17:21:11 +02:00 committed by GitHub
parent 1d630b61ad
commit acfb060bf1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 8 deletions

View file

@ -4,7 +4,7 @@ ARG LITELLM_BUILD_IMAGE=python:3.11.8-slim
# Runtime image
ARG LITELLM_RUNTIME_IMAGE=python:3.11.8-slim
# Builder stage
FROM $LITELLM_BUILD_IMAGE as builder
FROM $LITELLM_BUILD_IMAGE AS builder
# Set the working directory to /app
WORKDIR /app
@ -47,7 +47,7 @@ RUN pip install PyJWT --no-cache-dir
RUN chmod +x build_admin_ui.sh && ./build_admin_ui.sh
# Runtime stage
FROM $LITELLM_RUNTIME_IMAGE as runtime
FROM $LITELLM_RUNTIME_IMAGE AS runtime
WORKDIR /app
# Copy the current directory contents into the container at /app

View file

@ -5,7 +5,7 @@ ARG LITELLM_BUILD_IMAGE=python:3.11-alpine
ARG LITELLM_RUNTIME_IMAGE=python:3.11-alpine
# Builder stage
FROM $LITELLM_BUILD_IMAGE as builder
FROM $LITELLM_BUILD_IMAGE AS builder
# Set the working directory to /app
WORKDIR /app
@ -34,7 +34,7 @@ RUN pip install dist/*.whl
RUN pip wheel --no-cache-dir --wheel-dir=/wheels/ -r requirements.txt
# Runtime stage
FROM $LITELLM_RUNTIME_IMAGE as runtime
FROM $LITELLM_RUNTIME_IMAGE AS runtime
WORKDIR /app

View file

@ -4,7 +4,7 @@ ARG LITELLM_BUILD_IMAGE=python:3.11.8-slim
# Runtime image
ARG LITELLM_RUNTIME_IMAGE=python:3.11.8-slim
# Builder stage
FROM $LITELLM_BUILD_IMAGE as builder
FROM $LITELLM_BUILD_IMAGE AS builder
# Set the working directory to /app
WORKDIR /app
@ -36,7 +36,7 @@ RUN pip install dist/*.whl
RUN pip wheel --no-cache-dir --wheel-dir=/wheels/ -r requirements.txt
# Runtime stage
FROM $LITELLM_RUNTIME_IMAGE as runtime
FROM $LITELLM_RUNTIME_IMAGE AS runtime
WORKDIR /app
# Copy the current directory contents into the container at /app

View file

@ -4,7 +4,7 @@ ARG LITELLM_BUILD_IMAGE=python:3.11.8-slim
# Runtime image
ARG LITELLM_RUNTIME_IMAGE=python:3.11.8-slim
# Builder stage
FROM $LITELLM_BUILD_IMAGE as builder
FROM $LITELLM_BUILD_IMAGE AS builder
# Set the working directory to /app
WORKDIR /app
@ -36,7 +36,7 @@ RUN pip install dist/*.whl
RUN pip wheel --no-cache-dir --wheel-dir=/wheels/ -r requirements.txt
# Runtime stage
FROM $LITELLM_RUNTIME_IMAGE as runtime
FROM $LITELLM_RUNTIME_IMAGE AS runtime
WORKDIR /app
# Copy the current directory contents into the container at /app