You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was reusing the content of the dockerfile, except I was changing the FROM part to make cuda image and ubuntu-based image, and I had problem for a while with the gpg commands failing randomly.
After searching a bit, it looks like adding && echo "disable-ipv6" >> ${GNUPGHOME}/dirmngr.conf ` after export GNUPGHOME="$(mktemp -d)" \ did make the trick for me, and I don't have the problem anymore. So I figured I would drop a comment here, in case you had the problem too.
Else, I was wondering if you guys were open to make more variant of python image, like on top of ubuntu, cuda images and so on ?
If yes, I would be happy to try and give a hand.
If no, well I understand you have to keep the versions limited for maintenance.
Keep up the good work :)
The text was updated successfully, but these errors were encountered:
Hello there,
I was reusing the content of the dockerfile, except I was changing the
FROM
part to make cuda image and ubuntu-based image, and I had problem for a while with the gpg commands failing randomly.After searching a bit, it looks like adding && echo "disable-ipv6" >> ${GNUPGHOME}/dirmngr.conf ` after
export GNUPGHOME="$(mktemp -d)" \
did make the trick for me, and I don't have the problem anymore. So I figured I would drop a comment here, in case you had the problem too.Else, I was wondering if you guys were open to make more variant of python image, like on top of ubuntu, cuda images and so on ?
If yes, I would be happy to try and give a hand.
If no, well I understand you have to keep the versions limited for maintenance.
Keep up the good work :)
The text was updated successfully, but these errors were encountered: