test bo jest nowy jenkins
This commit is contained in:
parent
2bf8569780
commit
c2518f7017
@ -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
1
Zadanie_06_evaluate.py
Normal file
@ -0,0 +1 @@
|
||||
print('evaluating')
|
@ -1,8 +1,5 @@
|
||||
kaggle==1.5.12
|
||||
pandas
|
||||
numpy==1.19.2
|
||||
numpy
|
||||
sklearn
|
||||
tensorflow
|
||||
jinja2==2.11.3
|
||||
matplotlib
|
||||
wget
|
||||
matplotlib
|
Loading…
Reference in New Issue
Block a user