ADDJUST stuff

This commit is contained in:
Andreas Klos 2024-02-07 23:03:10 +01:00
parent c85eac0ce6
commit 77cab6a569
2 changed files with 5 additions and 2 deletions

View File

@ -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"]

View File

@ -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"]