From 998ee811683ea91ae811e8d063e04b986ca707da Mon Sep 17 00:00:00 2001 From: John Lambert Date: Fri, 6 Sep 2024 13:01:10 -0400 Subject: [PATCH] dockerfile error --- dockerfile.cpu_only | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile.cpu_only b/dockerfile.cpu_only index fec8b7b..86f90b0 100644 --- a/dockerfile.cpu_only +++ b/dockerfile.cpu_only @@ -3,7 +3,7 @@ ARG PYTHON_VERSION=3.11 ARG UBUNTU_VERSION=focal ARG POETRY_VERSION=1.6.1 -FROM python:$PYTHON_VERSION-slim as builder +FROM python:$PYTHON_VERSION-slim AS builder ARG POETRY_VERSION ENV POETRY_HOME=/opt/poetry