From 6a63c0388eae700ff57fe1138eff9641c4f935de Mon Sep 17 00:00:00 2001 From: Justin Date: Mon, 21 Oct 2024 10:34:43 -0400 Subject: [PATCH] fix: dockerfile casing --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ac5864da..5d2677df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-slim-bookworm as base +FROM python:3.11-slim-bookworm AS base # Use args ARG USE_CUDA