diff --git a/Dockerfile b/Dockerfile index a5e8997..d83ef4f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file diff --git a/Zadanie_06_evaluate.py b/Zadanie_06_evaluate.py new file mode 100644 index 0000000..0f6c777 --- /dev/null +++ b/Zadanie_06_evaluate.py @@ -0,0 +1 @@ +print('evaluating') \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 070cd34..a823c10 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,5 @@ -kaggle==1.5.12 pandas -numpy==1.19.2 +numpy sklearn tensorflow -jinja2==2.11.3 -matplotlib -wget \ No newline at end of file +matplotlib \ No newline at end of file