fix: dockerfile casing

This commit is contained in:
Justin 2024-10-21 10:34:43 -04:00
parent 0a215304b2
commit 6a63c0388e
No known key found for this signature in database
GPG Key ID: FFC57B3998A6AD66

View File

@ -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