Commit e35cf58 1 parent 444da0f commit e35cf58 Copy full SHA for e35cf58
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ RUN pip install --force-reinstall --no-cache-dir pennylane_lightning*.whl && rm
104
104
RUN pip install --no-cache-dir git+https://github.com/PennyLaneAI/pennylane.git@${PENNYLANE_VERSION}
105
105
106
106
# 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
108
108
WORKDIR /opt/cuda-build
109
109
RUN curl -o cuda-install.run ${CUDA_INSTALLER}
110
110
RUN chmod a+x cuda-install.run
@@ -176,7 +176,7 @@ RUN pip install --no-cache-dir --force-reinstall pennylane_lightning*.whl && rm
176
176
RUN pip install --no-cache-dir git+https://github.com/PennyLaneAI/pennylane.git@${PENNYLANE_VERSION}
177
177
178
178
# Install ROCm in build venv image
179
- FROM base-build-python as base-build-rocm
179
+ FROM base-build-python AS base-build-rocm
180
180
RUN wget --progress=dot:giga ${ROCM_INSTALLER}
181
181
RUN apt-get update \
182
182
&& apt-get install --no-install-recommends -y \
You can’t perform that action at this time.
0 commit comments