From 77cab6a569d10b5326204369113599865dfcffcf Mon Sep 17 00:00:00 2001 From: Andreas Klos Date: Wed, 7 Feb 2024 23:03:10 +0100 Subject: [PATCH] ADDJUST stuff --- docker/k8s-glue/glue-build-aws/Dockerfile | 4 ++-- docker/k8s-glue/glue-build-gcp/Dockerfile | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docker/k8s-glue/glue-build-aws/Dockerfile b/docker/k8s-glue/glue-build-aws/Dockerfile index 8f47033..0c1d657 100644 --- a/docker/k8s-glue/glue-build-aws/Dockerfile +++ b/docker/k8s-glue/glue-build-aws/Dockerfile @@ -20,6 +20,6 @@ RUN chmod +x /root/provider_entrypoint.sh COPY ./k8s_glue_example.py /root/k8s_glue_example.py COPY ./clearml.conf /root/clearml.conf - -RUN python3 -m pip install git+https://github.com/FeU-aKlos/clearml-agent.git@feature/support_multi_queeus_with_k8s +#TODO: should be adjusted +RUN python3 -m pip uninstall clearml-agent -y && python3 -m pip install git+https://github.com/FeU-aKlos/clearml-agent.git@feature/support_multi_queeus_with_k8s ENTRYPOINT ["/root/entrypoint.sh"] \ No newline at end of file diff --git a/docker/k8s-glue/glue-build-gcp/Dockerfile b/docker/k8s-glue/glue-build-gcp/Dockerfile index 7f2914a..0aa0c05 100644 --- a/docker/k8s-glue/glue-build-gcp/Dockerfile +++ b/docker/k8s-glue/glue-build-gcp/Dockerfile @@ -19,4 +19,7 @@ COPY ./provider_entrypoint.sh /root/provider_entrypoint.sh COPY ./k8s_glue_example.py /root/k8s_glue_example.py COPY ./clearml.conf /root/clearml.conf +#TODO: should be adjusted +RUN python3 -m pip uninstall clearml-agent -y && python3 -m pip install git+https://github.com/FeU-aKlos/clearml-agent.git@feature/support_multi_queeus_with_k8s + ENTRYPOINT ["/root/entrypoint.sh"] \ No newline at end of file