Skip to content

Commit

Permalink
Address review comments.
Browse files Browse the repository at this point in the history
Signed-off-by: Revital Sur <[email protected]>
  • Loading branch information
revit13 committed Jan 26, 2025
1 parent c6af288 commit d7fa55d
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion kfp/kfp_ray_components/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ${BASE_IMAGE}

# see https://docs.openshift.com/container-platform/4.17/openshift_images/create-images.html#use-uid_create-images
USER root
RUN chown ray:root /home/ray && chmod 775 /home/ray
RUN chown ray:root /home/ray && chmod -R g=u /home/ray
USER ray

# install libraries
Expand Down
2 changes: 1 addition & 1 deletion tools/ingest2parquet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ${BASE_IMAGE}

# see https://docs.openshift.com/container-platform/4.17/openshift_images/create-images.html#use-uid_create-images
USER root
RUN chown ray:root /home/ray && chmod 775 /home/ray
RUN chown ray:root /home/ray && chmod -R g=u /home/ray
USER ray

# install pytest
Expand Down
2 changes: 1 addition & 1 deletion transforms/Dockerfile.ray.template
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ${BASE_IMAGE}

# see https://docs.openshift.com/container-platform/4.17/openshift_images/create-images.html#use-uid_create-images
USER root
RUN chown ray:root /home/ray && chmod 775 /home/ray
RUN chown ray:root /home/ray && chmod -R g=u /home/ray
USER ray

RUN pip install --upgrade --no-cache-dir pip
Expand Down
2 changes: 1 addition & 1 deletion transforms/code/code2parquet/ray/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ${BASE_IMAGE}

# see https://docs.openshift.com/container-platform/4.17/openshift_images/create-images.html#use-uid_create-images
USER root
RUN chown ray:root /home/ray && chmod 775 /home/ray
RUN chown ray:root /home/ray && chmod -R g=u /home/ray
USER ray

RUN pip install --upgrade --no-cache-dir pip
Expand Down
2 changes: 1 addition & 1 deletion transforms/code/code_profiler/Dockerfile.ray
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ${BASE_IMAGE}

# see https://docs.openshift.com/container-platform/4.17/openshift_images/create-images.html#use-uid_create-images
USER root
RUN chown ray:root /home/ray && chmod 775 /home/ray
RUN chown ray:root /home/ray && chmod -R g=u /home/ray
USER ray

RUN pip install --upgrade --no-cache-dir pip
Expand Down
2 changes: 1 addition & 1 deletion transforms/code/code_quality/ray/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ${BASE_IMAGE}

# see https://docs.openshift.com/container-platform/4.17/openshift_images/create-images.html#use-uid_create-images
USER root
RUN chown ray:root /home/ray && chmod 775 /home/ray
RUN chown ray:root /home/ray && chmod -R g=u /home/ray
USER ray

RUN pip install --upgrade --no-cache-dir pip
Expand Down
2 changes: 1 addition & 1 deletion transforms/code/header_cleanser/ray/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM docker.io/rayproject/ray:2.24.0-py310

# see https://docs.openshift.com/container-platform/4.17/openshift_images/create-images.html#use-uid_create-images
USER root
RUN chown ray:root /home/ray && chmod 775 /home/ray
RUN chown ray:root /home/ray && chmod -R g=u /home/ray
USER ray

# install pytest
Expand Down
2 changes: 1 addition & 1 deletion transforms/code/license_select/ray/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ${BASE_IMAGE}

# see https://docs.openshift.com/container-platform/4.17/openshift_images/create-images.html#use-uid_create-images
USER root
RUN chown ray:root /home/ray && chmod 775 /home/ray
RUN chown ray:root /home/ray && chmod -R g=u /home/ray
USER ray

RUN pip install --upgrade --no-cache-dir pip
Expand Down
2 changes: 1 addition & 1 deletion transforms/code/malware/ray/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ${BASE_IMAGE} AS base

# see https://docs.openshift.com/container-platform/4.17/openshift_images/create-images.html#use-uid_create-images
USER root
RUN chown ray:root /home/ray && chmod 775 /home/ray
RUN chown ray:root /home/ray && chmod -R g=u /home/ray
USER ray

RUN pip install --upgrade --no-cache-dir pip
Expand Down
2 changes: 1 addition & 1 deletion transforms/code/proglang_select/ray/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ${BASE_IMAGE}

# see https://docs.openshift.com/container-platform/4.17/openshift_images/create-images.html#use-uid_create-images
USER root
RUN chown ray:root /home/ray && chmod 775 /home/ray
RUN chown ray:root /home/ray && chmod -R g=u /home/ray
USER ray

RUN pip install --upgrade --no-cache-dir pip
Expand Down
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 @@ -4,7 +4,7 @@ FROM ${BASE_IMAGE}

# see https://docs.openshift.com/container-platform/4.17/openshift_images/create-images.html#use-uid_create-images
USER root
RUN chown ray:root /home/ray && chmod 775 /home/ray
RUN chown ray:root /home/ray && chmod -R g=u /home/ray
USER ray

RUN pip install --upgrade --no-cache-dir pip
Expand Down
2 changes: 1 addition & 1 deletion transforms/language/doc_chunk/Dockerfile.ray
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ${BASE_IMAGE}

# see https://docs.openshift.com/container-platform/4.17/openshift_images/create-images.html#use-uid_create-images
USER root
RUN chown ray:root /home/ray && chmod 775 /home/ray
RUN chown ray:root /home/ray && chmod -R g=u /home/ray
USER ray

# install pytest
Expand Down
2 changes: 1 addition & 1 deletion transforms/language/doc_quality/Dockerfile.ray
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ${BASE_IMAGE}

# see https://docs.openshift.com/container-platform/4.17/openshift_images/create-images.html#use-uid_create-images
USER root
RUN chown ray:root /home/ray && chmod 775 /home/ray
RUN chown ray:root /home/ray && chmod -R g=u /home/ray
USER ray

RUN pip install --upgrade --no-cache-dir pip
Expand Down
2 changes: 1 addition & 1 deletion transforms/language/html2parquet/Dockerfile.ray
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ${BASE_IMAGE}

# see https://docs.openshift.com/container-platform/4.17/openshift_images/create-images.html#use-uid_create-images
USER root
RUN chown ray:root /home/ray && chmod 775 /home/ray
RUN chown ray:root /home/ray && chmod -R g=u /home/ray
USER ray

RUN pip install --upgrade --no-cache-dir pip
Expand Down
2 changes: 1 addition & 1 deletion transforms/language/lang_id/Dockerfile.ray
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ${BASE_IMAGE}

# see https://docs.openshift.com/container-platform/4.17/openshift_images/create-images.html#use-uid_create-images
USER root
RUN chown ray:root /home/ray && chmod 775 /home/ray
RUN chown ray:root /home/ray && chmod -R g=u /home/ray
USER ray

RUN pip install --upgrade --no-cache-dir pip
Expand Down
2 changes: 1 addition & 1 deletion transforms/language/pdf2parquet/Dockerfile.ray
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ${BASE_IMAGE}

# see https://docs.openshift.com/container-platform/4.17/openshift_images/create-images.html#use-uid_create-images
USER root
RUN chown ray:root /home/ray && chmod 775 /home/ray
RUN chown ray:root /home/ray && chmod -R g=u /home/ray
USER ray

RUN pip install --upgrade --no-cache-dir pip
Expand Down
2 changes: 1 addition & 1 deletion transforms/language/pii_redactor/Dockerfile.ray
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ${BASE_IMAGE}

# see https://docs.openshift.com/container-platform/4.17/openshift_images/create-images.html#use-uid_create-images
USER root
RUN chown ray:root /home/ray && chmod 775 /home/ray
RUN chown ray:root /home/ray && chmod -R g=u /home/ray
USER ray

RUN pip install --upgrade --no-cache-dir pip
Expand Down
2 changes: 1 addition & 1 deletion transforms/language/text_encoder/Dockerfile.ray
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ${BASE_IMAGE}

# see https://docs.openshift.com/container-platform/4.17/openshift_images/create-images.html#use-uid_create-images
USER root
RUN chown ray:root /home/ray && chmod 775 /home/ray
RUN chown ray:root /home/ray && chmod -R g=u /home/ray
USER ray

# install pytest
Expand Down
2 changes: 1 addition & 1 deletion transforms/universal/doc_id/Dockerfile.ray
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ${BASE_IMAGE}

# see https://docs.openshift.com/container-platform/4.17/openshift_images/create-images.html#use-uid_create-images
USER root
RUN chown ray:root /home/ray && chmod 775 /home/ray
RUN chown ray:root /home/ray && chmod -R g=u /home/ray
USER ray

RUN pip install --upgrade --no-cache-dir pip
Expand Down
2 changes: 1 addition & 1 deletion transforms/universal/ededup/Dockerfile.ray
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ${BASE_IMAGE}

# see https://docs.openshift.com/container-platform/4.17/openshift_images/create-images.html#use-uid_create-images
USER root
RUN chown ray:root /home/ray && chmod 775 /home/ray
RUN chown ray:root /home/ray && chmod -R g=u /home/ray
USER ray

RUN pip install --upgrade --no-cache-dir pip
Expand Down
2 changes: 1 addition & 1 deletion transforms/universal/fdedup/Dockerfile.ray
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ${BASE_IMAGE}

# see https://docs.openshift.com/container-platform/4.17/openshift_images/create-images.html#use-uid_create-images
USER root
RUN chown ray:root /home/ray && chmod 775 /home/ray
RUN chown ray:root /home/ray && chmod -R g=u /home/ray
USER ray

RUN pip install --upgrade --no-cache-dir pip
Expand Down
2 changes: 1 addition & 1 deletion transforms/universal/filter/Dockerfile.ray
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ${BASE_IMAGE}

# see https://docs.openshift.com/container-platform/4.17/openshift_images/create-images.html#use-uid_create-images
USER root
RUN chown ray:root /home/ray && chmod 775 /home/ray
RUN chown ray:root /home/ray && chmod -R g=u /home/ray
USER ray

RUN pip install --upgrade --no-cache-dir pip
Expand Down
2 changes: 1 addition & 1 deletion transforms/universal/hap/Dockerfile.ray
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ${BASE_IMAGE}

# see https://docs.openshift.com/container-platform/4.17/openshift_images/create-images.html#use-uid_create-images
USER root
RUN chown ray:root /home/ray && chmod 775 /home/ray
RUN chown ray:root /home/ray && chmod -R g=u /home/ray
USER ray

RUN pip install --upgrade --no-cache-dir pip
Expand Down
2 changes: 1 addition & 1 deletion transforms/universal/profiler/Dockerfile.ray
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ${BASE_IMAGE}

# see https://docs.openshift.com/container-platform/4.17/openshift_images/create-images.html#use-uid_create-images
USER root
RUN chown ray:root /home/ray && chmod 775 /home/ray
RUN chown ray:root /home/ray && chmod -R g=u /home/ray
USER ray

RUN pip install --upgrade --no-cache-dir pip
Expand Down
2 changes: 1 addition & 1 deletion transforms/universal/resize/Dockerfile.ray
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ${BASE_IMAGE}

# see https://docs.openshift.com/container-platform/4.17/openshift_images/create-images.html#use-uid_create-images
USER root
RUN chown ray:root /home/ray && chmod 775 /home/ray
RUN chown ray:root /home/ray && chmod -R g=u /home/ray
USER ray

RUN pip install --upgrade --no-cache-dir pip
Expand Down
2 changes: 1 addition & 1 deletion transforms/universal/tokenization/Dockerfile.ray
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ${BASE_IMAGE}

# see https://docs.openshift.com/container-platform/4.17/openshift_images/create-images.html#use-uid_create-images
USER root
RUN chown ray:root /home/ray && chmod 775 /home/ray
RUN chown ray:root /home/ray && chmod -R g=u /home/ray
USER ray

RUN pip install --upgrade --no-cache-dir pip
Expand Down

0 comments on commit d7fa55d

Please sign in to comment.