We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 693c3b0 commit 7f5c87fCopy full SHA for 7f5c87f
utils/prepull_images.py
@@ -297,7 +297,7 @@ def prepull_images(namespace: str,
297
try:
298
logging.info('FIRST BATCH : CPU IMAGES')
299
prepull_images(namespace=NAMESPACE, image_type="cpu")
300
- time.sleep(3660) # To avoid exceeding the Docker pull limit
+ time.sleep(3660) # To avoid exceeding the Docker pull limit
301
logging.info('SECOND BATCH : GPU IMAGES')
302
prepull_images(namespace=NAMESPACE, image_type="gpu")
303
logging.info('PRE-PULL PROCESS DONE')
0 commit comments