From 3ce89ce5c401eb8c9496731f48efd70c8deba045 Mon Sep 17 00:00:00 2001 From: Jordan Date: Mon, 30 Oct 2023 18:23:41 +0100 Subject: [PATCH] new changes to fix compatibility issue --- Dockerfile | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index ad2e3f2..9c22df1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8-slim-buster +FROM python:3.8-slim WORKDIR /code RUN yes | apt-get update @@ -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 diff --git a/requirements.txt b/requirements.txt index e413dee..1f11821 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ js_regex Cython -sklearn +scikit-learn hdbscan numpy python-Levenshtein @@ -11,4 +11,4 @@ tldextract beautifulsoup4 urllib3 requests -pytest \ No newline at end of file +pytest