Removed debug report callback

This commit is contained in:
Alejandro Saucedo 2020-08-10 06:29:36 +01:00
commit 841c7cfc4a
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@ docker_seldon_run_gpu:
docker_seldon_push:
docker push axsauze/vulkan-seldon:0.1
docker_seldon_build: docker_vulkan_build
docker_seldon_build:
docker build . -f Dockerfile.seldon -t axsauze/vulkan-seldon:0.1
docker_vulkan_build: