Skip to content

Commit

Permalink
try to build image with [dev] for running pytest inside of the image
Browse files Browse the repository at this point in the history
Signed-off-by: Maroun Touma <[email protected]>
  • Loading branch information
touma-I committed Oct 31, 2024
1 parent 0b36f29 commit a9e8f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transforms/code/repo_level_ordering/ray/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ARG DPK_WHEEL_FILE_NAME
# Copy and install data processing libraries
# These are expected to be placed in the docker context before this is run (see the make image).
COPY --chown=ray:users data-processing-dist data-processing-dist
RUN pip install data-processing-dist/${DPK_WHEEL_FILE_NAME}[ray]
RUN pip install data-processing-dist/${DPK_WHEEL_FILE_NAME}[ray,dev]

COPY --chown=ray:users src/ src/
COPY --chown=ray:users pyproject.toml pyproject.toml
Expand Down

0 comments on commit a9e8f72

Please sign in to comment.