diff --git a/Dockerfile/Dockerfile-handler-3-10 b/Dockerfile/Dockerfile-handler-3-10 index d61d944..d3761a8 100644 --- a/Dockerfile/Dockerfile-handler-3-10 +++ b/Dockerfile/Dockerfile-handler-3-10 @@ -1,4 +1,4 @@ -ARG TAG_JP=0.8.0b1 +ARG TAG_JP=0.8.0b3 ARG GIT_TAG= ARG NUCLIO_LABEL=latest ARG NUCLIO_ARCH=amd64 diff --git a/Dockerfile/Dockerfile-handler-3-11 b/Dockerfile/Dockerfile-handler-3-11 index a7733d2..8932aec 100644 --- a/Dockerfile/Dockerfile-handler-3-11 +++ b/Dockerfile/Dockerfile-handler-3-11 @@ -1,4 +1,4 @@ -ARG TAG_JP=0.8.0b1 +ARG TAG_JP=0.8.0b3 ARG GIT_TAG= ARG NUCLIO_LABEL=latest ARG NUCLIO_ARCH=amd64 diff --git a/Dockerfile/Dockerfile-handler-3-9 b/Dockerfile/Dockerfile-handler-3-9 index c206747..fed836f 100644 --- a/Dockerfile/Dockerfile-handler-3-9 +++ b/Dockerfile/Dockerfile-handler-3-9 @@ -1,4 +1,4 @@ -ARG TAG_JP=0.8.0b1 +ARG TAG_JP=0.8.0b3 ARG GIT_TAG= ARG NUCLIO_LABEL=latest ARG NUCLIO_ARCH=amd64 diff --git a/pkg/processor/runtime/python/py/run_handler.py b/pkg/processor/runtime/python/py/run_handler.py index 350ec50..fadb322 100644 --- a/pkg/processor/runtime/python/py/run_handler.py +++ b/pkg/processor/runtime/python/py/run_handler.py @@ -17,7 +17,7 @@ import digitalhub as dh from digitalhub.context.builder import get_context -from digitalhub.entities.entity_types import EntityTypes +from digitalhub.entities.utils.entity_types import EntityTypes from digitalhub_runtime_python.utils.inputs import compose_inputs from digitalhub_runtime_python.utils.nuclio_configuration import import_function_and_init from digitalhub_runtime_python.utils.outputs import build_status, parse_outputs