Skip to content

Commit

Permalink
Pin fsspec<2024.5.0 (#1680)
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
Co-authored-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
  • Loading branch information
eapolinario and eapolinario authored May 16, 2024
1 parent 0cf0f83 commit ffcfb44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basics/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 flytekitplugins-envd
RUN pip install flytekit==1.10.0 flytekitplugins-envd "fsspec<2024.5.0"

# Copy the actual code
COPY . /root
Expand Down

0 comments on commit ffcfb44

Please sign in to comment.