This commit is contained in:
Dominik Strzako 2021-06-08 12:07:35 +02:00
parent c74cab22e4
commit a11e85db19
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
FROM ubuntu:latest
# Instalujemy niezbędne zależności. Zwróć uwagę na flagę "-y" (assume yes)
RUN apt update && apt install -y python3.8 && apt install -y python3-pip
RUN apt update && apt install -y python3.8 && apt install -y python3-pip && apt install python3-setuptools
# Stwórzmy w kontenerze (jeśli nie istnieje) katalog /app i przejdźmy do niego (wszystkie kolejne polecenia RUN, CMD, ENTRYPOINT, COPY i ADD będą w nim wykonywane)
WORKDIR /app

View File

@ -7,5 +7,5 @@ sacred
mlflow
pymongo
dvc
paramiko
dvc[ssh]
dvc[ssh]
paramiko