We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1511272 commit 04ec27aCopy full SHA for 04ec27a
.github/container/Dockerfile.pallas
@@ -33,6 +33,7 @@ RUN rm -rf "${SRC_PATH_OPENXLA_TRITON}/python/build"
33
FROM ${BASE_IMAGE} as mealkit
34
ARG GIT_URLREF_JAX_TRITON
35
ARG SRC_PATH_OPENXLA_TRITON
36
+ARG SRC_PATH_JAX_TRITON
37
38
# Get the triton source + wheel from the build step
39
COPY --from=builder ${SRC_PATH_OPENXLA_TRITON} ${SRC_PATH_OPENXLA_TRITON}
0 commit comments