Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate issue with hap failure #742

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

2 changes: 2 additions & 0 deletions transforms/universal/hap/ray/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
venv/
.pytest_cache
3 changes: 2 additions & 1 deletion transforms/universal/hap/ray/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=docker.io/rayproject/ray:2.24.0-py310
ARG BASE_IMAGE=docker.io/rayproject/ray:2.36.1-py312
FROM ${BASE_IMAGE}

RUN pip install --upgrade --no-cache-dir pip
Expand All @@ -20,6 +20,7 @@ RUN cd python-transform && pip install --no-cache-dir -e .

COPY --chown=ray:users src/ src/
COPY --chown=ray:users pyproject.toml pyproject.toml
COPY --chown=ray:users requirements.txt requirements.txt
RUN pip install --no-cache-dir -e .

# copy the main() entry point to the image
Expand Down
Loading