Skip to content

Commit

Permalink
Update Dockerfile to include the model
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Oct 28, 2024
1 parent 98f6ec9 commit 4152474
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.tokenizer-api
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ COPY api/api.py /app
COPY api/pyproject.toml /app
COPY api/poetry.lock /app
COPY dataset/${dataset} /app
COPY sqli_model/ /app/sqli_model/
RUN pip install --disable-pip-version-check poetry
RUN poetry install --no-root

Expand Down

0 comments on commit 4152474

Please sign in to comment.