Skip to content

Commit

Permalink
Merge pull request #84 from kserve/update-python
Browse files Browse the repository at this point in the history
update python
  • Loading branch information
juliusvonkohout authored Jun 26, 2024
2 parents 11ee811 + 7cf34cc commit ec6e0ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN git clone https://github.com/kubeflow/kubeflow.git && \
git checkout $COMMIT

# --- Build the backend kubeflow-wheel ---
FROM python:3.7-slim AS backend-kubeflow-wheel
FROM python:3.12-slim AS backend-kubeflow-wheel

WORKDIR /src

Expand Down Expand Up @@ -44,7 +44,7 @@ COPY ./frontend/ .
RUN npm run build -- --output-path=./dist/default --configuration=production

# Web App
FROM python:3.7-slim
FROM python:3.12-slim

WORKDIR /package
COPY --from=backend-kubeflow-wheel /src/dist .
Expand Down

0 comments on commit ec6e0ff

Please sign in to comment.