Skip to content

Commit 4152474

Browse files
committed
Update Dockerfile to include the model
1 parent 98f6ec9 commit 4152474

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile.tokenizer-api

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ COPY api/api.py /app
1313
COPY api/pyproject.toml /app
1414
COPY api/poetry.lock /app
1515
COPY dataset/${dataset} /app
16+
COPY sqli_model/ /app/sqli_model/
1617
RUN pip install --disable-pip-version-check poetry
1718
RUN poetry install --no-root
1819

0 commit comments

Comments
 (0)