updates to algorithm

This commit is contained in:
2025-02-10 16:57:45 +00:00
parent 2a8d2afd5a
commit 82b45040ea
9 changed files with 371 additions and 23 deletions

View File

@@ -7,6 +7,6 @@ WORKDIR /app
COPY . .
RUN pip install --no-cache-dir -r requirements.txt
RUN pip install -r requirements.txt
CMD [ "python", "Count.py"]
CMD [ "python", "Count.py"]