This commit is contained in:
Dominik 2021-06-09 10:45:57 +02:00
parent 0fc48c0d8b
commit 9cf4738a28

View File

@ -10,7 +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
RUN pip3 install 'dvc[ssh]' paramiko
# Skopiujmy nasz skrypt do katalogu /app w kontenerze
#COPY ./Docker_todo.sh ./