We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c762eb commit df05d47Copy full SHA for df05d47
testing/codeflare/sdk_user/sample/sample.py
@@ -17,7 +17,7 @@ def main():
17
18
# Create our cluster and submit appwrapper
19
cluster = Cluster(ClusterConfiguration(
20
- namespace=namespace, name='mnisttest',
+ namespace=namespace, name=f"mnisttest-user{user_idx}",
21
min_worker=2, max_worker=2,
22
min_cpus=2, max_cpus=2,
23
min_memory=4, max_memory=4,
0 commit comments