dvc refactoring

This commit is contained in:
Mikołaj Pokrywka 2022-06-05 15:30:46 +02:00
parent 3eb00445c9
commit 26732b43ea

View File

@ -12,6 +12,8 @@ RUN apt-get install zip unzip --yes
WORKDIR /app WORKDIR /app
COPY ./deepl.py . COPY ./deepl.py .
COPY ./MLProject . # COPY ./MLProject .
COPY ./evaluation.py .
COPY ./real-or-fake-fake-jobposting-prediction.zip .
# CMD python3 deepl.py 10 # CMD python3 deepl.py 10