Zaktualizuj 'Dockerfile'
This commit is contained in:
parent
b83f7080f8
commit
50d382143c
10
Dockerfile
10
Dockerfile
@ -22,10 +22,7 @@ RUN pip3 install wheel --no-deps -U
|
||||
RUN pip3 install GitPython
|
||||
RUN pip3 install pymongo
|
||||
RUN pip3 install mlflow
|
||||
RUN pip3 install dvc
|
||||
RUN pip3 install dvc[ssh] paramiko
|
||||
RUN apt install -y sshpass openssh-client
|
||||
RUN useradd -r -u 111 jenkins
|
||||
|
||||
|
||||
# Przygotowanie kaggle
|
||||
RUN mkdir ~/.kaggle/
|
||||
@ -41,5 +38,10 @@ COPY ./understat.csv ./
|
||||
COPY ./ml_pytorch_mlflow.py ./
|
||||
|
||||
|
||||
RUN pip3 install dvc
|
||||
RUN pip3 install dvc[ssh] paramiko
|
||||
RUN apt install -y sshpass openssh-client
|
||||
RUN useradd -r -u 111 jenkins
|
||||
|
||||
# Domyślne polecenie, które zostanie uruchomione w kontenerze po jego starcie
|
||||
CMD ./skrypt.sh
|
Loading…
Reference in New Issue
Block a user