ium_z434686/Dockerfile

9 lines
130 B
Docker
Raw Normal View History

2023-04-19 10:53:02 +02:00
FROM python:latest
2023-04-18 21:26:17 +02:00
2023-04-19 16:48:30 +02:00
2023-04-18 21:26:17 +02:00
RUN apt-get update && apt-get install -y
2023-04-19 16:49:04 +02:00
2023-04-19 11:15:24 +02:00
2023-04-19 16:52:41 +02:00
RUN pip install --no-cache-dir -r ./ium_z434686/requirements.txt