Debugging
cortex prepare-debug cortex.yaml iris-classifier
> docker run -p 9000:8888 \
> -e "CORTEX_VERSION=0.34.0" \
> -e "CORTEX_API_SPEC=/mnt/project/iris-classifier.debug.json" \
> -v /home/ubuntu/iris-classifier:/mnt/project \
> quay.io/cortexlabs/python-handler-cpu:0.34.0curl localhost:9000 -X POST -H "Content-Type: application/json" -d @sample.jsonLast updated