update dockerfile

This commit is contained in:
Yevhenii Poliakov 2023-05-11 22:43:22 +02:00
parent f8777ae960
commit 69f89a4092

View File

@ -10,5 +10,13 @@ RUN pip3 install --user kaggle pandas
COPY . /app
WORKDIR /app
CMD ./script1
RUN apt install python3.10-venv
RUN python3 -m venv docker_ium
RUN source docker_ium/bin/activate
RUN pip3 install pandas
RUN pip3 install -U scikit-learn
#CMD python3 script2.py