Merge branch 'competition'

This commit is contained in:
Dev Singh
2023-03-17 10:11:56 -05:00
20 changed files with 1545 additions and 409 deletions

View File

@@ -4,4 +4,4 @@ RUN apt-get -y update
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata
RUN apt-get install -y python3 python3-dev git python3-pip python3-kivy python-is-python3 libgl1-mesa-dev build-essential
RUN ln -s $(which pip3) /usr/bin/pip
RUN pip install pymongo pandas numpy scipy scikit-learn matplotlib pylint kivy
RUN pip install pymongo pandas numpy scipy scikit-learn matplotlib pylint kivy