test bo jest nowy jenkins

This commit is contained in:
Dominik Strzako 2021-05-14 22:52:23 +02:00
parent 2bf8569780
commit c2518f7017
3 changed files with 5 additions and 7 deletions

View File

@ -13,8 +13,8 @@ RUN pip3 install -r requirements.txt
# Skopiujmy nasz skrypt do katalogu /app w kontenerze
#COPY ./Docker_todo.sh ./
#COPY ./Zadanie_05_Docker.py ./
#COPY ./Zadanie_06_training.py ./
COPY ./Zadanie_06_evaluate.py ./
COPY ./Zadanie_06_training.py ./
# Domyślne polecenie, które zostanie uruchomione w kontenerze po jego starcie
#CMD ./Docker_todo.sh

1
Zadanie_06_evaluate.py Normal file
View File

@ -0,0 +1 @@
print('evaluating')

View File

@ -1,8 +1,5 @@
kaggle==1.5.12
pandas
numpy==1.19.2
numpy
sklearn
tensorflow
jinja2==2.11.3
matplotlib
wget
matplotlib