Skip to content

Commit

Permalink
fix(Dockerfile): unpin flytekit version
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Sep 4, 2024
1 parent 89bf7bc commit 6b2746b
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 6b2746b

Please sign in to comment.