-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fatal: unable to access 'https://github.com/mlcommons/ck/': GnuTLS recv error (-9): Error decoding the received TLS packet. #1177
Comments
I think the problem is that GitHub was down or you don't have an access to it. |
@KingICCrab - did you try again to see if it works? I believe it's a network issue - it happens with GitHub from time to time ;) ... |
Thank you for your consideration! |
No problem. What I meant is that may I ask you to retry the same CM command and see if it works now:
When there is a network issue, CM should restart building Docker container at the place it failed ... |
After I run the command, the error is following. |
Interesting. Thank you very much again for your feedback @KingICCrab - we didn't encounter such case before and will need to CM support to handle it in a better way! I will keep this ticket open to check it when we have time ... Thanks again! |
I improved handling of broken CM repositories (when, for example, GitHub fails): c39caa3 . It should be available in the next CM release v2.0.3 ... |
- added support to handle broken CM repositories: mlcommons#1177 - added "cm checkout repo mlcommons@ck --branch=dev" to make it easier to switch branches - added "cm import repo" to import repository in the current directory
- added support to handle broken CM repositories: mlcommons/ck#1177 - added "cm checkout repo mlcommons@ck --branch=dev" to make it easier to switch branches - added "cm import repo" to import repository in the current directory
- added support to handle broken CM repositories: mlcommons/ck#1177 - added "cm checkout repo mlcommons@ck --branch=dev" to make it easier to switch branches - added "cm import repo" to import repository in the current directory
I want to reproduce nvidia-bert https://github.com/mlcommons/ck/blob/master/docs/mlperf/inference/bert/README_nvidia.md#build-nvidia-docker-container-from-31-inference-round
when I run "cm docker script --tags=build,nvidia,inference,server", I encounter some problems.
=> ERROR [10/12] RUN cm pull repo mlcommons@ck 104.6s
mlperf-inference:mlpinf-v3.1-cuda12.2-cudnn8.9-x86_64-ubuntu20.04-l4-public.Dockerfile:32
30 |
31 | # Download CM repo for scripts
32 | >>> RUN cm pull repo mlcommons@ck
33 |
34 | # Install all system dependencies
ERROR: failed to solve: process "/bin/bash -c cm pull repo mlcommons@ck" did not complete successfully: exit code: 1
CM error: Portable CM script failed (name = build-docker-image, return code = 256)
The text was updated successfully, but these errors were encountered: