Updated versions
This commit is contained in:
parent
2dd21a75cd
commit
68c46e6fa7
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ FROM axsauze/vulkan-sum:0.1 as vulkan-base
|
|||
|
||||
# No need to do any work
|
||||
|
||||
FROM seldonio/seldon-core-s2i-python3:1.1.1-rc
|
||||
FROM seldonio/seldon-core-s2i-python3-tf-gpu:1.3.0-dev
|
||||
|
||||
ENV NVIDIA_DRIVER_CAPABILITIES compute,graphics,utility
|
||||
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -53,7 +53,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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue