Skip to content

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

@GoutamVerma

Description

@GoutamVerma

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions