No able to build the example code

Hi

Its because you have selected that you want to use windows container, but python:2.7-slim is build from linux (debian)
So, you can either click on the docker icon on your taskbar, and select “switch to linux containers”, or you can add this to your docker build: --platform linux (this requires you to enable experimental mode)