We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7987890 commit 998ee81Copy full SHA for 998ee81
dockerfile.cpu_only
@@ -3,7 +3,7 @@ ARG PYTHON_VERSION=3.11
3
ARG UBUNTU_VERSION=focal
4
ARG POETRY_VERSION=1.6.1
5
6
-FROM python:$PYTHON_VERSION-slim as builder
+FROM python:$PYTHON_VERSION-slim AS builder
7
ARG POETRY_VERSION
8
9
ENV POETRY_HOME=/opt/poetry
0 commit comments