Skip to content

Commit

Permalink
update name to avoid collision
Browse files Browse the repository at this point in the history
  • Loading branch information
diondrapeck authored Jan 25, 2021
1 parent 1a0cf25 commit 6792169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/deployment/deploy-to-aci/deploy-to-aci.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ deployment_config <- aci_webservice_deployment_config(cpu_cores = 1,
memory_gb = 1)

# Deploy the web service
service_name <- paste0('aciservice-', sample(1:100, 1, replace=TRUE))
service_name <- paste0('aciwebservice-', sample(1:100, 1, replace=TRUE))
service <- deploy_model(ws,
service_name,
list(model),
Expand Down

0 comments on commit 6792169

Please sign in to comment.