Removed containers

This commit is contained in:
Alejandro Saucedo 2020-09-12 17:20:42 +01:00
parent ad7321eb87
commit c5df89c17b
2 changed files with 0 additions and 29 deletions

View file

@ -133,27 +133,6 @@ build_shaders:
--header-path test/compiled_shaders_include/kompute_test/shaders/ \
-v
docker_seldon_run:
docker run \
--rm -it \
-p 5000:5000 \
axsauze/vulkan-seldon:0.1 \
seldon-core-microservice Model REST
docker_seldon_run_gpu:
docker run \
--rm -it \
--gpus all \
-p 5000:5000 \
axsauze/vulkan-seldon:0.1 \
seldon-core-microservice Model REST
docker_seldon_push:
docker push axsauze/vulkan-seldon:0.1
docker_seldon_build:
docker build . -f Dockerfile.seldon -t axsauze/vulkan-seldon:0.1
docker_vulkan_build:
docker build . -t axsauze/vulkan-sum:0.1

View file

@ -1,8 +0,0 @@
import subprocess
class Model:
def __init__(self):
pass
def predict(self, X, names=[], meta=[]):
return subprocess.check_output(["bin/main"])