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 ./
|
||||||
@ -17,4 +18,4 @@ RUN pip3 install 'dvc[ssh]' paramiko
|
|||||||
#COPY ./Zadanie_06_training.py ./
|
#COPY ./Zadanie_06_training.py ./
|
||||||
|
|
||||||
# Domyślne polecenie, które zostanie uruchomione w kontenerze po jego starcie
|
# Domyślne polecenie, które zostanie uruchomione w kontenerze po jego starcie
|
||||||
#CMD ./Docker_todo.sh
|
#CMD ./Docker_todo.sh
|
||||||
|
@ -2,4 +2,3 @@ pandas
|
|||||||
numpy
|
numpy
|
||||||
sklearn
|
sklearn
|
||||||
tensorflow
|
tensorflow
|
||||||
dvc
|
|
||||||
|
Loading…
Reference in New Issue
Block a user