Skip to content

Commit

Permalink
update flytekit version
Browse files Browse the repository at this point in the history
Signed-off-by: troychiu <[email protected]>
  • Loading branch information
troychiu committed Nov 27, 2023
1 parent 2abed10 commit dc07434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/data_types_and_io/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc07434

Please sign in to comment.