Skip to content

Commit

Permalink
dockerfile error
Browse files Browse the repository at this point in the history
  • Loading branch information
johnml1135 committed Sep 6, 2024
1 parent 7987890 commit 998ee81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile.cpu_only
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 998ee81

Please sign in to comment.