Skip to content

Commit

Permalink
use gcsfs v0.8.0 to fix intermittent failures
Browse files Browse the repository at this point in the history
  • Loading branch information
machow authored Apr 15, 2021
1 parent 544ae94 commit f3c5187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN wget \
# Install python
RUN apt-get update -y \
&& apt-get install -y python3 python3-pip \
&& python3 -m pip install argh==0.26.2 gcsfs==0.7.2
&& python3 -m pip install argh==0.26.2 gcsfs==0.8.0

# Install package
WORKDIR /application
Expand Down

0 comments on commit f3c5187

Please sign in to comment.