Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8-slim-buster
FROM python:3.8-slim

WORKDIR /code
RUN yes | apt-get update
Expand All @@ -10,7 +10,7 @@ RUN mkdir -p /usr/share/man/man1
RUN yes | apt-get install default-jdk
RUN yes | apt-get install vim
RUN yes | apt-get install screen
RUN apt-get install htop
RUN yes | apt-get install htop


COPY requirements.txt requirements.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
js_regex
Cython
sklearn
scikit-learn
hdbscan
numpy
python-Levenshtein
Expand All @@ -11,4 +11,4 @@ tldextract
beautifulsoup4
urllib3
requests
pytest
pytest