working on lab10
This commit is contained in:
parent
0a5e0a631b
commit
98bcd00b73
@ -1,4 +1,6 @@
|
|||||||
[core]
|
[core]
|
||||||
remote = local_remote
|
remote = ium_ssh_remote
|
||||||
['remote "local_remote"']
|
['remote "local_remote"']
|
||||||
url = /dvcstore
|
url = /dvcstore
|
||||||
|
['remote "ium_ssh_remote"']
|
||||||
|
url = ssh://ium-sftp@tzietkiewicz.vm.wmi.amu.edu.pl/ium-sftp
|
||||||
|
1
data/.gitignore
vendored
Normal file
1
data/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/lego_sets.csv
|
5
data/lego_sets.csv.dvc
Normal file
5
data/lego_sets.csv.dvc
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
outs:
|
||||||
|
- md5: fae3a42b0ad631fc6683b6878752e56d
|
||||||
|
size: 18604554
|
||||||
|
isexec: true
|
||||||
|
path: lego_sets.csv
|
15
lab10/Jenkinsfile_dvc
Normal file
15
lab10/Jenkinsfile_dvc
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
pipeline {
|
||||||
|
agent {
|
||||||
|
dockerfile {
|
||||||
|
dir 'lab10'
|
||||||
|
args '-v /dvcstore'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
stages {
|
||||||
|
stage('Stage 1') {
|
||||||
|
steps {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
14
lab9/environment.yml
Normal file
14
lab9/environment.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
name: ium
|
||||||
|
channels:
|
||||||
|
- conda-forge
|
||||||
|
- defaults
|
||||||
|
dependencies:
|
||||||
|
- pandas
|
||||||
|
- scikit-learn
|
||||||
|
- mlflow
|
||||||
|
- pymongo
|
||||||
|
- sacred
|
||||||
|
- keras
|
||||||
|
- matplotlib
|
||||||
|
- tensorflow
|
||||||
|
prefix: /home/ked/anaconda3/envs/ium
|
Loading…
Reference in New Issue
Block a user