This commit is contained in:
Jakub Zaręba 2023-05-10 16:26:51 +02:00
parent 291bd0c151
commit b3a603e56d

View File

@ -3,6 +3,7 @@ FROM ubuntu
RUN apt-get update && apt-get install -y python3 python3-pip unzip
RUN python3 -m pip install pandas numpy tensorflow imbalanced-learn sklearn
RUN apt-get install -y git
COPY train.py /app/train.py
COPY predictions.py /app/predictions.py