This commit is contained in:
Jakub Zaręba 2023-05-10 15:47:46 +02:00
parent 3f421a765b
commit 476b0ad12f

View File

@ -7,7 +7,7 @@ RUN python3 -m pip install pandas numpy tensorflow imbalanced-learn sklearn
COPY train.py /app/train.py
COPY predictions.py /app/predictions.py
COPY data.csv /app/data.csv
COPY test_data.csv /app/test_data.csv
# COPY test_data.csv /app/test_data.csv
WORKDIR /app