fix
This commit is contained in:
parent
f834d1697e
commit
0fc48c0d8b
@ -10,6 +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[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 ./
|
||||||
|
@ -2,4 +2,3 @@ pandas
|
|||||||
numpy
|
numpy
|
||||||
sklearn
|
sklearn
|
||||||
tensorflow
|
tensorflow
|
||||||
dvc
|
|
||||||
|
Loading…
Reference in New Issue
Block a user