This commit is contained in:
Dominik 2021-06-09 10:36:50 +02:00
parent f834d1697e
commit 0fc48c0d8b
2 changed files with 2 additions and 2 deletions

View File

@ -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
#CMD ./Docker_todo.sh

View File

@ -2,4 +2,3 @@ pandas
numpy
sklearn
tensorflow
dvc