Skip to content

Commit e35cf58

Browse files
committed
Update 'AS' keyword to be consistently uppercase in Dockerfile
1 parent 444da0f commit e35cf58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ RUN pip install --force-reinstall --no-cache-dir pennylane_lightning*.whl && rm
104104
RUN pip install --no-cache-dir git+https://github.com/PennyLaneAI/pennylane.git@${PENNYLANE_VERSION}
105105

106106
# Install CUDA-12 in build venv image
107-
FROM base-build-python as base-build-cuda
107+
FROM base-build-python AS base-build-cuda
108108
WORKDIR /opt/cuda-build
109109
RUN curl -o cuda-install.run ${CUDA_INSTALLER}
110110
RUN chmod a+x cuda-install.run
@@ -176,7 +176,7 @@ RUN pip install --no-cache-dir --force-reinstall pennylane_lightning*.whl && rm
176176
RUN pip install --no-cache-dir git+https://github.com/PennyLaneAI/pennylane.git@${PENNYLANE_VERSION}
177177

178178
# Install ROCm in build venv image
179-
FROM base-build-python as base-build-rocm
179+
FROM base-build-python AS base-build-rocm
180180
RUN wget --progress=dot:giga ${ROCM_INSTALLER}
181181
RUN apt-get update \
182182
&& apt-get install --no-install-recommends -y \

0 commit comments

Comments
 (0)