Ria Bhatia

Results 21 comments of Ria Bhatia

Maybe we can implement this for CRI today and give an endpoint that a provider can take and provide port forwarding to the end user.

This is an additive change but we discussed in person and we don't think we need this for 1.0.

If you want to add it to the mock provider go ahead but we don't see it as a pressing issue right now.

Known issue with ACI. We don't support much yet. @dkkapur to comment more

I have all the scripts kinda in simdem - now the fun part comes of getting them to work

actually gonna try MS cognitive services 4 this

import http.client, urllib.request, urllib.parse, urllib.error, base64 headers = { # Request headers 'Content-Type': 'application/json', 'Ocp-Apim-Subscription-Key': '{subscription key}', } params = urllib.parse.urlencode({ # Request parameters 'visualFeatures': 'Categories', 'details': '{string}', 'language': 'en',...

algorithm: **container instances** x = number of container instances s = seconds the container is running the job $$ costs to run instances = x * .0025 + 2(s *...

adding this line in aci-backend run.py at the bottom of the code allows you to go through all the pictures app.run(debug=True,host='0.0.0.0',port=8000, threaded=True)