Skip to content
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

Inability to Retrieve step_383500_slim.tar.zstd in Dockerfile #6

Open
GoutamVerma opened this issue Jul 21, 2023 · 0 comments
Open

Comments

@GoutamVerma
Copy link

Issue Description:

The current Dockerfile is facing an issue where it is unable to retrieve the file step_383500_slim.tar.zstd from a specific URL. The Dockerfile is using the wget command to download the file from https://mystic.the-eye.eu/public/AI/GPT-J-6B/step_383500_slim.tar.zstd, but it appears that the file is not available at this particular URL. The correct URL for the file is https://the-eye.eu/public/AI/GPT-J-6B/step_383500_slim.tar.zstd, where the file can be successfully obtained.

Suggested Solution:

To resolve this issue, the Dockerfile should be modified to use the correct URL for downloading the step_383500_slim.tar.zstd file. Update the following line in the Dockerfile:

Before

RUN wget -c https://mystic.the-eye.eu/public/AI/GPT-J-6B/step_383500_slim.tar.zstd

After

RUN wget -c https://the-eye.eu/public/AI/GPT-J-6B/step_383500_slim.tar.zstd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant