Skip to content

Commit

Permalink
fixed Docker test for mlperf-inference with cm4mlops
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin committed Oct 27, 2024
1 parent 1f669e3 commit ebccf47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions cm/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## V3.2.8
- fixed Docker test for mlperf-inference with cm4mlops
- minor improvements

## V3.2.7
Expand Down
3 changes: 2 additions & 1 deletion tests/script/test_docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
'image_name':'cm-script-app-image-classification-onnx-py',
'env': {
'CM_DOCKER_RUN_SCRIPT_TAGS': 'app,image-classification,onnx,python',
'CM_MLOPS_REPO': 'ctuning@mlcommons-ck',
# 'CM_MLOPS_REPO': 'ctuning@mlcommons-ck',
'CM_MLOPS_REPO': 'mlcommons@cm4mlops',
'CM_DOCKER_IMAGE_BASE': 'ubuntu:22.04'
},
'quiet': 'yes'
Expand Down

0 comments on commit ebccf47

Please sign in to comment.