From 03b8e061b5e01110e87d5991b5926d0c072ac220 Mon Sep 17 00:00:00 2001 From: Maroun Touma Date: Wed, 23 Oct 2024 23:20:45 -0400 Subject: [PATCH] Update transforms/universal/hap/ray/Dockerfile Added missing requirements.txt --- transforms/universal/hap/ray/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/transforms/universal/hap/ray/Dockerfile b/transforms/universal/hap/ray/Dockerfile index 799d9aeca..ff29ff057 100644 --- a/transforms/universal/hap/ray/Dockerfile +++ b/transforms/universal/hap/ray/Dockerfile @@ -21,6 +21,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 -r requirements.txt -e . # copy the main() entry point to the image