Skip to content

Missing requirements.txt file causes Docker build failure #32

Description

@dfk1352

Problem

The Dockerfile attempts to install DoMINO packages from a non-existing requirements.txt file, which causes the Docker build process to fail.

File: Dockerfile
Lines: 38-39

# Install DoMINO packages
RUN pip3 install --user -r /workspace/python/jupyter_notebook/DoMINO/requirements.txt

The file /workspace/python/jupyter_notebook/DoMINO/requirements.txt does not exist in the repository.

Steps to Reproduce

  1. Clone the repository: git clone https://github.com/openhackathons-org/End-to-End-AI-for-Science.git
  2. Navigate to the repository root
  3. Run the Docker build command as documented: sudo docker build -t openhackathons:ai-for-science .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions