From 0fc48c0d8be1cfc5cb3a67ebfa60c444ad2a360a Mon Sep 17 00:00:00 2001 From: Dominik Date: Wed, 9 Jun 2021 10:36:50 +0200 Subject: [PATCH] fix --- Dockerfile | 3 ++- requirements.txt | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 818eb02..be77f87 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ WORKDIR /app # Instalujemy niezbędne zależności. Zwróć uwagę na flagę "-y" (assume yes) COPY ["requirements.txt", "./"] RUN pip3 install -r requirements.txt +RUN pip3(x) install dvc RUN pip3 install 'dvc[ssh]' paramiko # Skopiujmy nasz skrypt do katalogu /app w kontenerze #COPY ./Docker_todo.sh ./ @@ -17,4 +18,4 @@ RUN pip3 install 'dvc[ssh]' paramiko #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 +#CMD ./Docker_todo.sh diff --git a/requirements.txt b/requirements.txt index 65c4c12..85cac82 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,3 @@ pandas numpy sklearn tensorflow -dvc