Skip to content

Commit f3c5187

Browse files
authored
use gcsfs v0.8.0 to fix intermittent failures
1 parent 544ae94 commit f3c5187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN wget \
1010
# Install python
1111
RUN apt-get update -y \
1212
&& apt-get install -y python3 python3-pip \
13-
&& python3 -m pip install argh==0.26.2 gcsfs==0.7.2
13+
&& python3 -m pip install argh==0.26.2 gcsfs==0.8.0
1414

1515
# Install package
1616
WORKDIR /application

0 commit comments

Comments
 (0)