Skip to content

Commit 96655ab

Browse files
author
Nikhil Raverkar
committed
upgrading sklearn to 1.0.2
1 parent 4d1829a commit 96655ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/test_multiple_model_endpoint.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ def container(request, docker_base_name, tag):
6161
try:
6262
command = (
6363
'docker run --name {} -p 8080:8080'
64-
#' --mount type=volume,source=dynamic_endpoint_model_volume,target=/opt/ml/model,readonly'
65-
#' --mount type=volume,source=dynamic_endpoint_module_volume,target=/user_module,readonly'
64+
# ' --mount type=volume,source=dynamic_endpoint_model_volume,target=/opt/ml/model,readonly'
65+
# ' --mount type=volume,source=dynamic_endpoint_module_volume,target=/user_module,readonly'
6666
' -v {}:/opt/ml/model'
6767
' -v {}:/user_module'
6868
' -e SAGEMAKER_BIND_TO_PORT=8080'

0 commit comments

Comments
 (0)