Selecting Python - Tensorflow in the download option for CICD results in the following error:
{
“headers”: {
“normalizedNames”: {},
“lazyUpdate”: null
},
“status”: 500,
“statusText”: “OK”,
“url”: “https://api.prod.entelectchallenge.co.za/v1/player/cicd”,
“ok”: false,
“name”: “HttpErrorResponse”,
“message”: “Http failure response for https://api.prod.entelectchallenge.co.za/v1/player/cicd: 500 OK”,
“error”: “{“message”:“Internal Server Error”}”
}
ibvs
2
Hi Danie, welcome to Entelect challenge.
Thank you for for raising this issue, we are looking into this and will provide feedback as soon as possible.
Hi @daniekruger.
Thank you for raising this issue. You can now go to the Download CICD / Getting Started page and download the Python - Tensorflow again.
To enable the Tensorflow feature. You will need to edit the Dockerfile in your Python Starter bot:
- Comment out
FROM public.ecr.aws/m5z5a5b2/languages/python:2021
- Uncomment
FROM public.ecr.aws/m5z5a5b2/languages/python_tensorflow:2021
That will ensure that you use the Python Tensorflow base image instead of the normal Python image.
Please don’t hesitate to ask further questions.