dockerfile update
Some checks failed
s444507-evaluation/pipeline/head This commit looks good
s444507-dvc/pipeline/head There was a failure building this commit
s444507-predict-s444356/pipeline/head There was a failure building this commit
444507-training/pipeline/head This commit looks good

This commit is contained in:
Adam Wojdyla 2022-06-05 10:08:50 +02:00
parent 99f9a39d12
commit 61cab884dc
2 changed files with 5 additions and 1 deletions

View File

@ -25,6 +25,9 @@ RUN python3 -m pip install matplotlib
RUN python3 -m pip install sacred
RUN python3 -m pip install pymongo
RUN python3 -m pip install mlflow
RUN python3 -m pip install dvc
RUN python3 -m pip install dvc[ssh] paramiko
RUN python3 -m pip freeze
ENV PATH="/root/.local/bin:${PATH}"
@ -35,6 +38,7 @@ ARG KAGGLE_KEY
RUN chmod a+x ./stats-docker.sh
RUN chmod a+x ./script-stats.py
RUN useradd -r -u 111 jenkins
# RUN ./download.sh 117928
RUN python3 ./script-download.py

View File

@ -9,7 +9,7 @@ stages:
- data/Car_Prices_Poland_Kaggle_train.csv
- data/Car_Prices_Poland_Kaggle_test.csv
train:
cmd: python3 lab05_deepLearning.py 50
cmd: python3 lab05_deepLearning.py 70
deps:
- data/Car_Prices_Poland_Kaggle_dev.csv
- data/Car_Prices_Poland_Kaggle_train.csv