fix
This commit is contained in:
parent
0fc48c0d8b
commit
9cf4738a28
@ -10,7 +10,7 @@ WORKDIR /app
|
|||||||
# Instalujemy niezbędne zależności. Zwróć uwagę na flagę "-y" (assume yes)
|
# Instalujemy niezbędne zależności. Zwróć uwagę na flagę "-y" (assume yes)
|
||||||
COPY ["requirements.txt", "./"]
|
COPY ["requirements.txt", "./"]
|
||||||
RUN pip3 install -r requirements.txt
|
RUN pip3 install -r requirements.txt
|
||||||
RUN pip3(x) install dvc
|
RUN pip3 install dvc
|
||||||
RUN pip3 install 'dvc[ssh]' paramiko
|
RUN pip3 install 'dvc[ssh]' paramiko
|
||||||
# Skopiujmy nasz skrypt do katalogu /app w kontenerze
|
# Skopiujmy nasz skrypt do katalogu /app w kontenerze
|
||||||
#COPY ./Docker_todo.sh ./
|
#COPY ./Docker_todo.sh ./
|
||||||
|
Loading…
Reference in New Issue
Block a user