dockerfile update
Some checks failed
Some checks failed
This commit is contained in:
parent
99f9a39d12
commit
61cab884dc
@ -25,6 +25,9 @@ RUN python3 -m pip install matplotlib
|
|||||||
RUN python3 -m pip install sacred
|
RUN python3 -m pip install sacred
|
||||||
RUN python3 -m pip install pymongo
|
RUN python3 -m pip install pymongo
|
||||||
RUN python3 -m pip install mlflow
|
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
|
RUN python3 -m pip freeze
|
||||||
|
|
||||||
ENV PATH="/root/.local/bin:${PATH}"
|
ENV PATH="/root/.local/bin:${PATH}"
|
||||||
@ -35,6 +38,7 @@ ARG KAGGLE_KEY
|
|||||||
|
|
||||||
RUN chmod a+x ./stats-docker.sh
|
RUN chmod a+x ./stats-docker.sh
|
||||||
RUN chmod a+x ./script-stats.py
|
RUN chmod a+x ./script-stats.py
|
||||||
|
RUN useradd -r -u 111 jenkins
|
||||||
|
|
||||||
# RUN ./download.sh 117928
|
# RUN ./download.sh 117928
|
||||||
RUN python3 ./script-download.py
|
RUN python3 ./script-download.py
|
||||||
|
2
dvc.yaml
2
dvc.yaml
@ -9,7 +9,7 @@ stages:
|
|||||||
- data/Car_Prices_Poland_Kaggle_train.csv
|
- data/Car_Prices_Poland_Kaggle_train.csv
|
||||||
- data/Car_Prices_Poland_Kaggle_test.csv
|
- data/Car_Prices_Poland_Kaggle_test.csv
|
||||||
train:
|
train:
|
||||||
cmd: python3 lab05_deepLearning.py 50
|
cmd: python3 lab05_deepLearning.py 70
|
||||||
deps:
|
deps:
|
||||||
- data/Car_Prices_Poland_Kaggle_dev.csv
|
- data/Car_Prices_Poland_Kaggle_dev.csv
|
||||||
- data/Car_Prices_Poland_Kaggle_train.csv
|
- data/Car_Prices_Poland_Kaggle_train.csv
|
||||||
|
Loading…
Reference in New Issue
Block a user