working on lab10

This commit is contained in:
Kacper 2022-05-23 10:58:50 +02:00
parent 0a5e0a631b
commit 98bcd00b73
5 changed files with 38 additions and 1 deletions

View File

@ -1,4 +1,6 @@
[core]
remote = local_remote
remote = ium_ssh_remote
['remote "local_remote"']
url = /dvcstore
['remote "ium_ssh_remote"']
url = ssh://ium-sftp@tzietkiewicz.vm.wmi.amu.edu.pl/ium-sftp

1
data/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/lego_sets.csv

5
data/lego_sets.csv.dvc Normal file
View File

@ -0,0 +1,5 @@
outs:
- md5: fae3a42b0ad631fc6683b6878752e56d
size: 18604554
isexec: true
path: lego_sets.csv

15
lab10/Jenkinsfile_dvc Normal file
View File

@ -0,0 +1,15 @@
pipeline {
agent {
dockerfile {
dir 'lab10'
args '-v /dvcstore'
}
}
stages {
stage('Stage 1') {
steps {
}
}
}
}

14
lab9/environment.yml Normal file
View 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