fix
This commit is contained in:
parent
1671732c56
commit
c74cab22e4
@ -10,7 +10,6 @@ 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 dvc 'dvc[ssh]' paramiko
|
||||
# Skopiujmy nasz skrypt do katalogu /app w kontenerze
|
||||
#COPY ./Docker_todo.sh ./
|
||||
#COPY ./Zadanie_06_evaluate.py ./
|
||||
|
Loading…
Reference in New Issue
Block a user