Update 'Dockerfile'

This commit is contained in:
Patryk Gałka 2023-05-10 19:14:43 +02:00
parent 6a313cc874
commit eae375a62a

View File

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