This commit is contained in:
AWieczarek 2024-06-11 19:55:29 +02:00
parent 3e896933bc
commit d7be18b9f6
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ ARG DEBIAN_FRONTEND=noninteractive
ENV TZ=Etc/UTC
RUN apt update && \
apt install -y python3 python3-pip unzip
apt install -y python3 python3-pip unzip git
RUN pip install kaggle pandas seaborn scikit-learn tensorflow sacred pymongo --break-system-packages