Skip to content

Merge conflict pushed to main Branch #121

@Samyssmile

Description

@Samyssmile

Hi at all,

it looks like you puishen some conflict into Dockerflike line 62. This make docker build not runable.

  RUN mkdir -p -m 0600 ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts
  <<<<<<< HEAD
  RUN python -m nltk.downloader stopwords
  RUN python -m nltk.downloader punkt
  RUN python -m nltk.downloader punkt_tab
  RUN python -c "import tiktoken; tiktoken.get_encoding('cl100k_base')"
  =======
  RUN pip install -r requirements.txt
  RUN python -m nltk.downloader -d /usr/share/nltk_data stopwords
  RUN python -m nltk.downloader -d /usr/share/nltk_data punkt
  RUN python -c "import tiktoken; tiktoken.get_encoding(\"cl100k_base\")"
  >>>>>>> dd5d01a7fe47b05074487279692ddf8c3b46c9e0
  RUN chmod +x run.sh

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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