Skip to content

Commit

Permalink
Minor changes.
Browse files Browse the repository at this point in the history
Signed-off-by: Revital Sur <[email protected]>
  • Loading branch information
revit13 committed Jan 9, 2025
1 parent 467c7da commit 2b3daae
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 12 deletions.
3 changes: 0 additions & 3 deletions transforms/Dockerfile.ray.template
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ COPY --chmod=775 --chown=ray:root dpk_${TRANSFORM_NAME}/ dpk_${TRANSFORM_NAME}/
COPY --chmod=775 --chown=ray:root requirements.txt requirements.txt
RUN pip install --no-cache-dir -r requirements.txt




# Set environment
ENV PYTHONPATH /home/ray

Expand Down
3 changes: 0 additions & 3 deletions transforms/code/license_select/ray/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ COPY src/license_select_local_ray.py local/
COPY test/ test/
COPY test-data/ test-data/




# Put these at the end since they seem to upset the docker cache.
ARG BUILD_DATE
ARG GIT_COMMIT
Expand Down
1 change: 1 addition & 0 deletions transforms/language/lang_id/Dockerfile.python
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ RUN apt-get remove gcc g++ -y \
&& rm -rf /var/cache/apt/archives/* /var/lib/apt/lists/*
USER dpk


# Set environment
ENV PYTHONPATH /home/dpk

Expand Down
3 changes: 0 additions & 3 deletions transforms/universal/hap/Dockerfile.ray
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ COPY --chmod=775 --chown=ray:root dpk_${TRANSFORM_NAME}/ dpk_${TRANSFORM_NAME}/
COPY --chmod=775 --chown=ray:root requirements.txt requirements.txt
RUN pip install --no-cache-dir -r requirements.txt




# Set environment
ENV PYTHONPATH /home/ray

Expand Down
3 changes: 0 additions & 3 deletions transforms/universal/profiler/ray/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ COPY src/profiler_local_ray.py local/
COPY test/ test/
COPY test-data/ test-data/




# Set environment
ENV PYTHONPATH /home/ray

Expand Down

0 comments on commit 2b3daae

Please sign in to comment.