Corrected typo in makefile

This commit is contained in:
Alejandro Saucedo 2020-08-05 11:35:11 +01:00
parent 022b0d4098
commit e874e878ec

View file

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