Skip to content

Commit

Permalink
fix(Dockerfile): unpin flytekit version (#1727)
Browse files Browse the repository at this point in the history
  • Loading branch information
pingsutw authored Sep 5, 2024
1 parent 89bf7bc commit 8613c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/advanced_composition/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.12.0
RUN pip install flytekit

# Copy the actual code
COPY . /root
Expand Down

0 comments on commit 8613c49

Please sign in to comment.