aitech-ium/IUM_07/Dockerfile

9 lines
123 B
Docker
Raw Normal View History

2023-04-19 11:55:13 +02:00
FROM ubuntu:latest
RUN apt update && apt install -y \
python3-pip \
python3
RUN python3 -m pip install sacred pymongo