update jenkinsfile_train and dockerfile
Some checks failed
s444356-training/pipeline/head There was a failure building this commit
Some checks failed
s444356-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
86021c3f44
commit
7fb85b4279
@ -28,8 +28,8 @@ WORKDIR /app
|
|||||||
|
|
||||||
COPY download.sh .
|
COPY download.sh .
|
||||||
COPY Zajecia_2/main.py .
|
COPY Zajecia_2/main.py .
|
||||||
COPY Biblioteka_DL/dllib.py .
|
COPY dllib.py .
|
||||||
COPY Biblioteka_DL/all_games.csv .
|
COPY all_games.csv .
|
||||||
|
|
||||||
RUN ./download.sh $CUTOFF
|
RUN ./download.sh $CUTOFF
|
||||||
#CMD ["python3", "./dllib.py"]
|
#CMD ["python3", "./dllib.py"]
|
||||||
|
@ -16,8 +16,7 @@ pipeline {
|
|||||||
stage('Script'){
|
stage('Script'){
|
||||||
steps {
|
steps {
|
||||||
copyArtifacts filter: '*', projectName: 's444356-create-dataset'
|
copyArtifacts filter: '*', projectName: 's444356-create-dataset'
|
||||||
sh 'python3 ./Biblioteka_DL/dllib.py $EPOCHS'
|
sh 'python3 ./dllib.py $EPOCHS'
|
||||||
sh 'cd Biblioteka_DL'
|
|
||||||
sh 'ls -al'
|
sh 'ls -al'
|
||||||
archiveArtifacts artifacts: 'Biblioteka_DL/games_model.pkl', followSymlinks: false
|
archiveArtifacts artifacts: 'Biblioteka_DL/games_model.pkl', followSymlinks: false
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user