fix mlflow docker

This commit is contained in:
Sheaza 2024-05-15 00:32:40 +02:00
parent 2b853809be
commit 5a049d03a4

View File

@ -9,5 +9,7 @@ RUN python -m pip install -r /tmp/requirements.txt
WORKDIR ./app
COPY train.py ./
COPY df_train.csv ./
COPY df_test.csv ./
CMD bash