Skip to content

Commit

Permalink
add file path in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
darshandodamani committed May 29, 2024
1 parent b329ab6 commit ded6e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paraphrase-identification-submission/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM fschlatt/natural-language-processing-exercises:0.0.1

ADD run.py /code/run.py
ADD cosine_similarity.py /code/cosine_similarity.py
ADD model.joblib /code/paraphrase-identification-submission/model.joblib
ADD model.joblib /code/model.joblib

RUN python3 -m nltk.downloader punkt

Expand Down

0 comments on commit ded6e12

Please sign in to comment.