-
Notifications
You must be signed in to change notification settings - Fork 19
Description
when i use the second alternative as To generate a Gramine-protected, pre-configured PyTorch image based on a user-provided PyTorch Docker image, execute the following to launch an interactive setup script:
python3 ./curate.py pytorch <base_image_with_pytorch>
i face the error as followings:
Running hooks in /etc/ca-certificates/update.d...
done.
�[91mWARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x78612fdf46d0>: Failed to establish a new connection: [Errno 101] Network is unreachable')': /simple/tomli/
�[0m
�[91mWARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x78612fdf48e0>: Failed to establish a new connection: [Errno 101] Network is unreachable')': /simple/tomli/
�[0m
�[91mWARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x78612fdf4af0>: Failed to establish a new connection: [Errno 101] Network is unreachable')': /simple/tomli/
�[0m
�[91mWARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x78612fdf4d90>: Failed to establish a new connection: [Errno 101] Network is unreachable')': /simple/tomli/
�[0m
�[91mWARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x78612fdf4f40>: Failed to establish a new connection: [Errno 101] Network is unreachable')': /simple/tomli/
�[0m
�[91mERROR: Could not find a version that satisfies the requirement tomli>=1.1.0 (from versions: none)
�[0m
�[91mERROR: No matching distribution found for tomli>=1.1.0
�[0m
Failed to build unsigned graminized Docker image gsc-cnn-training_x-unsigned.
I want to know why the original image already has dependencies configured, but GSC still pulls them again during the generation process, and it can't fetch tomli at this point (it shouldn't be a network issue).