Skip to content

Commit 998ee81

Browse files
committed
dockerfile error
1 parent 7987890 commit 998ee81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfile.cpu_only

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG PYTHON_VERSION=3.11
33
ARG UBUNTU_VERSION=focal
44
ARG POETRY_VERSION=1.6.1
55

6-
FROM python:$PYTHON_VERSION-slim as builder
6+
FROM python:$PYTHON_VERSION-slim AS builder
77
ARG POETRY_VERSION
88

99
ENV POETRY_HOME=/opt/poetry

0 commit comments

Comments
 (0)