We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94cd0d2 commit bfed264Copy full SHA for bfed264
3 files changed
Dockerfile
@@ -1,5 +1,5 @@
1
# Base OS
2
-FROM ubuntu:24.04 as qsim-base
+FROM ubuntu:24.04 AS qsim-base
3
4
# Allow passing this variable in from the outside.
5
ARG CUDA_PATH
pybind_interface/Dockerfile
-FROM qsim-base as qsim-py-tests
+FROM qsim-base AS qsim-py-tests
# Copy relevant files
COPY ./pybind_interface/ /qsim/pybind_interface/
tests/Dockerfile
-FROM qsim-base as qsim-cxx-tests
+FROM qsim-base AS qsim-cxx-tests
COPY ./tests/ /qsim/tests/
0 commit comments