We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 622826b commit 0d5f811Copy full SHA for 0d5f811
Dockerfile
@@ -1,6 +1,6 @@
1
# Multi-stage build for llms-py
2
-FROM oven/bun:latest as bun
3
-FROM python:3.11-slim as builder
+FROM oven/bun:latest AS bun
+FROM python:3.11-slim AS builder
4
5
# Set working directory
6
WORKDIR /app
0 commit comments