Update 'Dockerfile'

This commit is contained in:
Patryk Gałka 2023-05-09 19:48:02 +02:00
parent fe55159d61
commit 55ff7334b4

View File

@ -1,6 +1,3 @@
FROM python:latest
FROM continuumio/anaconda3:latest
RUN apt-get update && apt-get install -y
RUN pip install pandas
RUN pip install scikit-learn