ium_z434686/create.dockerfile

15 lines
241 B
Plaintext
Raw Normal View History

2023-04-18 21:26:17 +02:00
FROM continuumio/anaconda3:latest
WORKDIR /script
RUN apt-get update && apt-get install -y
2023-04-18 22:08:30 +02:00
RUN pip install numpy
RUN pip install scikit-learn
RUN pip install pandas
2023-04-18 21:26:17 +02:00
2023-04-18 22:41:10 +02:00
RUN echo $(ls -a)
2023-04-18 21:47:27 +02:00
2023-04-19 10:19:51 +02:00
COPY . .
2023-04-18 22:56:16 +02:00
2023-04-19 10:19:51 +02:00
CMD python ./ium_z434686/create-dataset.py