aitech-ium/IUM_07/Dockerfile
Tomasz 18c7c11ace
Some checks failed
sacred-mongo/pipeline/head There was a failure building this commit
Add missing git dependency
2023-04-19 12:09:02 +02:00

10 lines
130 B
Docker

FROM ubuntu:latest
RUN apt update && apt install -y \
git \
python3-pip \
python3
RUN python3 -m pip install sacred pymongo