Skip to content

Commit

Permalink
Update transforms/language/text_encoder/ray/Dockerfile
Browse files Browse the repository at this point in the history
Add missing file name argument
  • Loading branch information
touma-I authored Oct 24, 2024
1 parent 03b8e06 commit 69187b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions transforms/language/text_encoder/ray/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ FROM ${BASE_IMAGE}
RUN pip install --no-cache-dir pytest

ARG PIP_INSTALL_EXTRA_ARGS
ARG 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
Expand Down

0 comments on commit 69187b3

Please sign in to comment.