Skip to content

Commit bfed264

Browse files
committed
Fix casing
1 parent 94cd0d2 commit bfed264

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Base OS
2-
FROM ubuntu:24.04 as qsim-base
2+
FROM ubuntu:24.04 AS qsim-base
33

44
# Allow passing this variable in from the outside.
55
ARG CUDA_PATH

pybind_interface/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Base OS
2-
FROM qsim-base as qsim-py-tests
2+
FROM qsim-base AS qsim-py-tests
33

44
# Copy relevant files
55
COPY ./pybind_interface/ /qsim/pybind_interface/

tests/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Base OS
2-
FROM qsim-base as qsim-cxx-tests
2+
FROM qsim-base AS qsim-cxx-tests
33

44
# Copy relevant files
55
COPY ./tests/ /qsim/tests/

0 commit comments

Comments
 (0)