Skip to content

Commit

Permalink
add: locks (#109)
Browse files Browse the repository at this point in the history
* add: locks

* fix: docker
  • Loading branch information
chloedia authored Nov 7, 2024
1 parent 7dee895 commit 37c6f68
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ RUN apt-get clean && apt-get update && apt-get install -y \
rm -rf /var/lib/apt/lists/* && apt-get clean

COPY requirements.lock pyproject.toml README.md ./
COPY megaparse/sdk/pyproject.toml megaparse/sdk/README.md megaparse/sdk/


RUN PYTHONDONTWRITEBYTECODE=1 pip install --no-cache-dir -r requirements.lock

Expand Down
1 change: 0 additions & 1 deletion requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@ llama-index-readers-llama-parse==0.1.6
llama-parse==0.4.9
# via llama-index-readers-llama-parse
# via megaparse
# via megaparse-sdk
llamaindex-py-client==0.1.19
# via llama-index-indices-managed-llama-cloud
lxml==5.3.0
Expand Down
1 change: 0 additions & 1 deletion requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ llama-index-readers-llama-parse==0.1.6
llama-parse==0.4.9
# via llama-index-readers-llama-parse
# via megaparse
# via megaparse-sdk
llamaindex-py-client==0.1.19
# via llama-index-indices-managed-llama-cloud
lxml==5.3.0
Expand Down

0 comments on commit 37c6f68

Please sign in to comment.