mirror of
https://github.com/clearml/clearml-agent
synced 2025-06-26 18:16:15 +00:00
ADDJUST stuff
This commit is contained in:
parent
c85eac0ce6
commit
77cab6a569
@ -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"]
|
@ -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"]
|
Loading…
Reference in New Issue
Block a user