From dc0743429f03695f5aa0f7b8b729a4e7430b8a8f Mon Sep 17 00:00:00 2001 From: troychiu Date: Mon, 27 Nov 2023 11:46:20 -0800 Subject: [PATCH] update flytekit version Signed-off-by: troychiu --- examples/data_types_and_io/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/data_types_and_io/Dockerfile b/examples/data_types_and_io/Dockerfile index 37f35a19f3..6bee6a8543 100644 --- a/examples/data_types_and_io/Dockerfile +++ b/examples/data_types_and_io/Dockerfile @@ -17,7 +17,7 @@ ENV VENV /opt/venv RUN python3 -m venv ${VENV} ENV PATH="${VENV}/bin:$PATH" -RUN pip install flytekit==1.10.0 torch +RUN pip install flytekit==1.10.1 torch # Copy the actual code COPY . /root