Skip to content

Commit

Permalink
Install fsspec for aws and gcp
Browse files Browse the repository at this point in the history
Co-authored-by: Eduardo Apolinario <653394+eapolinario@users.noreply.github.com>
  • Loading branch information
andrewwdye and eapolinario committed Nov 4, 2022
1 parent e6ebd80 commit 1db4ca8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ RUN apt-get update && apt-get install build-essential -y
RUN pip install -U flytekit==$VERSION \
flytekitplugins-pod==$VERSION \
flytekitplugins-deck-standard==$VERSION \
flytekitplugins-data-fsspec==$VERSION \
flytekitplugins-data-fsspec[aws]==$VERSION \
flytekitplugins-data-fsspec[gcp]==$VERSION \
scikit-learn

ENV FLYTE_INTERNAL_IMAGE "$DOCKER_IMAGE"

0 comments on commit 1db4ca8

Please sign in to comment.