We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a05c967 commit 5916f0fCopy full SHA for 5916f0f
.github/workflows/pull-100-docker-images.yml
@@ -107,7 +107,6 @@ jobs:
107
pytorch/pytorch
108
jupyter/base-notebook
109
r-base
110
- scikit-learn/scikit-learn
111
mlflow/mlflow
112
dvcorg/cml
113
bitnami/spark
@@ -118,12 +117,10 @@ jobs:
118
117
maven
119
gradle
120
node
121
- yarnpkg/yarn
122
composer
123
python
124
continuumio/miniconda3
125
gcc
126
- cmake
127
bazelbuild/bazel
128
129
# Utilities
@@ -152,7 +149,7 @@ jobs:
152
149
153
150
for image in "${images[@]}"; do
154
151
echo "::group::Pulling $image"
155
- .github/retry.sh 60 2 docker pull "$image" || true
+ .github/retry.sh 5 2 docker pull "$image" || true
156
echo "::endgroup::"
157
done
158
0 commit comments