Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
EvangMM committed Oct 16, 2024
1 parent 69914e9 commit 249a7ba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile/Dockerfile-handler-3-10
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile/Dockerfile-handler-3-11
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile/Dockerfile-handler-3-9
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pkg/processor/runtime/python/py/run_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 249a7ba

Please sign in to comment.