Skip to content

Commit

Permalink
Removed unused parameters in support_container
Browse files Browse the repository at this point in the history
  • Loading branch information
maria-18-git committed Jan 5, 2024
1 parent 9a9e25d commit 1a9a251
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion support_container/code_axs.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ def create_mounted_string(local_dir, container_local_dir, repo_list, local_exper
else:
end = ""
result += " -v " + local_dir + elem + ":" + container_local_dir + elem + end
#result += " -v " + local_dir + local_experiment_dir_name + ":" + container_local_dir + local_experiment_dir_name
return result

2 changes: 0 additions & 2 deletions support_container/data_axs.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
"repo_list": [ "axs2qaic-dev", "axs2sut-dev", "axs2kilt-dev", "axs2cpu-dev", "axs2system-dev", "axs2mlperf", "kilt-mlperf-dev_main" ],
"mounted_repos_str": ["^^", "create_mounted_string" ],

"date": null,

"image_name": [ "^^", "substitute", "krai/axs.#{benchmark}#:deb_#{sdk_vers_date}#" ],
"container_only": false,

Expand Down

0 comments on commit 1a9a251

Please sign in to comment.