-
Notifications
You must be signed in to change notification settings - Fork 778
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
[Feedback] (the dataset download link gets 403 error) docs/components/training/user-guides/pytorch.md | #3927
Comments
tested with this image: the links were switched to a public S3 bucket, and download process completes:
FYI this new image should replace these 2 old images, currently used in alot of the examples across the repo:
|
issue:
following this guide:
https://www.kubeflow.org/docs/components/training/user-guides/pytorch/
which is using this image:
that attempts to download this file:
but as of today, requesting this link gets 403 status.
here you can see the proper output for this image:
https://developer-qa.nvidia.com/blog/gpu-containers-runtime/#:~:text=Try%20running%20the%20MNIST%20training%20example%20included%20with%20the%20container%3A
suggestions:
notes:
i assume this link is hardcoded in a script which is used in the dockerfile used to build this image.
i found several references to this link across the kubeflow github:
https://github.com/search?q=org%3Akubeflow%20%22train-images-idx3-ubyte.gz%22&type=code
but couldn't trace the dockerfile used to build this image, nor detect which of these scripts was used in it.
The text was updated successfully, but these errors were encountered: