Skip to content

Commit e5b6765

Browse files
committed
Added permissions to small_model in DeepTrio
PiperOrigin-RevId: 759724298
1 parent 56a14c2 commit e5b6765

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile.deeptrio

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ ADD https://storage.googleapis.com/deepvariant/models/DeepTrio/${VERSION_DEEPTRI
191191
WORKDIR /opt/smallmodels/deeptrio/wgs/child/variables
192192
ADD https://storage.googleapis.com/deepvariant/models/DeepTrio/${VERSION_DEEPTRIO}/smallmodels/deeptrio.wgs_child.smallmodel/variables/variables.data-00000-of-00001 \
193193
https://storage.googleapis.com/deepvariant/models/DeepTrio/${VERSION_DEEPTRIO}/smallmodels/deeptrio.wgs_child.smallmodel/variables/variables.index ./
194+
RUN chmod -R +r /opt/smallmodels/deeptrio/wgs/child/*
194195

195196

196197
WORKDIR /opt/smallmodels/deeptrio/wgs/parent

0 commit comments

Comments
 (0)