mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-22 22:05:03 +08:00
Fix casing
This commit is contained in:
parent
b73143604a
commit
1ecf12f7bb
1 changed files with 2 additions and 2 deletions
|
@ -3,9 +3,9 @@ ARG VARIANT
|
|||
|
||||
# Pre-stages for base image variants
|
||||
|
||||
FROM ${BASE_IMAGE} as base-default
|
||||
FROM ${BASE_IMAGE} AS base-default
|
||||
|
||||
FROM ${BASE_IMAGE} as base-cuda
|
||||
FROM ${BASE_IMAGE} AS base-cuda
|
||||
|
||||
ARG CUDA_VERSION
|
||||
|
||||
|
|
Loading…
Reference in a new issue