Skip to content

Commit 5916f0f

Browse files
authored
Update pull-100-docker-images.yml
1 parent a05c967 commit 5916f0f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/pull-100-docker-images.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ jobs:
107107
pytorch/pytorch
108108
jupyter/base-notebook
109109
r-base
110-
scikit-learn/scikit-learn
111110
mlflow/mlflow
112111
dvcorg/cml
113112
bitnami/spark
@@ -118,12 +117,10 @@ jobs:
118117
maven
119118
gradle
120119
node
121-
yarnpkg/yarn
122120
composer
123121
python
124122
continuumio/miniconda3
125123
gcc
126-
cmake
127124
bazelbuild/bazel
128125
129126
# Utilities
@@ -152,7 +149,7 @@ jobs:
152149
153150
for image in "${images[@]}"; do
154151
echo "::group::Pulling $image"
155-
.github/retry.sh 60 2 docker pull "$image" || true
152+
.github/retry.sh 5 2 docker pull "$image" || true
156153
echo "::endgroup::"
157154
done
158155

0 commit comments

Comments
 (0)