Skip to content

Commit

Permalink
Merge pull request #96 from NeotomaDB/final-edits
Browse files Browse the repository at this point in the history
Final edits
  • Loading branch information
tieandrews committed Jun 28, 2023
2 parents a37da8b + af84c3a commit a420bc8
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/article-relevance-retrain/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ COPY models/article-relevance ./models/article-relevance

# Copy the data folder into the container
COPY data/article-relevance ./data/article-relevance
COPY data/data-review-tool/processed ./data/data-review-tool/processed
COPY data/data-review-tool ./data/data-review-tool


# Copy the shell script to the container
Expand Down
2 changes: 1 addition & 1 deletion docker/article-relevance-retrain/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ pyarrow==11.0.0
langdetect==1.0.9
joblib==1.2.0
scikit-learn==1.2.2
sentence-transformers==2.2.2
sentence-transformers~=2.2
matplotlib==3.7.1
2 changes: 1 addition & 1 deletion docker/article-relevance/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ pyarrow==11.0.0
langdetect==1.0.9
joblib==1.2.0
scikit-learn==1.2.2
sentence-transformers==2.2.2
sentence-transformers~=2.2
Empty file.
File renamed without changes.
File renamed without changes.

0 comments on commit a420bc8

Please sign in to comment.