Skip to content

Commit

Permalink
Merge pull request #25 from hackathone-prosept-team2/feat/add_del_prices
Browse files Browse the repository at this point in the history
Feat/add del prices
  • Loading branch information
ratarov authored Dec 5, 2023
2 parents cff9756 + 51ccc47 commit 7b15e5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ ENV PYTHONPATH="$PYTHONPATH:/app"
RUN poetry config virtualenvs.create false \
&& poetry install --without dev --no-interaction --no-ansi

RUN python -m nltk.downloader wordnet

COPY . .

CMD ["gunicorn", "config.wsgi:application", "--bind", "0:8000" ]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ drf-spectacular = "^0.26.5"
django-cors-headers = "^4.3.1"
djoser = "^2.2.2"
pandas = "^2.1.3"
nltk = "^3.8.1"
scikit-learn = "^1.3.2"
nltk = "^3.8.1"


[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 7b15e5e

Please sign in to comment.