Skip to content

Commit 43a66d4

Browse files
authored
Update prepull_images.py
1 parent 7f5c87f commit 43a66d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/prepull_images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ def prepull_images(namespace: str,
297297
try:
298298
logging.info('FIRST BATCH : CPU IMAGES')
299299
prepull_images(namespace=NAMESPACE, image_type="cpu")
300-
time.sleep(3660) # To avoid exceeding the Docker pull limit
300+
time.sleep(3660) # To avoid exceeding the Docker hub pull limit
301301
logging.info('SECOND BATCH : GPU IMAGES')
302302
prepull_images(namespace=NAMESPACE, image_type="gpu")
303303
logging.info('PRE-PULL PROCESS DONE')

0 commit comments

Comments
 (0)