Skip to content

Commit

Permalink
[fine_tuning]: Add missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoperdomo2 committed Feb 3, 2025
1 parent 20fca17 commit 64df5bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
- name: Make the Ray ServiceAccount privileged
command:
oc adm policy add-scc-to-user privileged \
-z {{ ray_cluster_service_account_name_cmd.stdout}}
-z {{ ray_cluster_service_account_name_cmd.stdout }}
-n {{ fine_tuning_ray_fine_tuning_job_namespace }}
when: fine_tuning_ray_fine_tuning_job_use_secondary_nic | default('', true) | length > 0

Expand Down

0 comments on commit 64df5bf

Please sign in to comment.