dockerfiles
This commit is contained in:
parent
d3d4a62428
commit
4fdfd852b6
@ -1,4 +1,6 @@
|
||||
FROM python:latest
|
||||
RUN apt-get update && apt-get install -y
|
||||
RUN pip install pandas
|
||||
RUN pip install scikit-learn
|
||||
RUN pip install scikit-learn
|
||||
RUN pip install tensorflow
|
||||
RUN pip install matplotlib
|
5
create_dataset.dockerfile
Normal file
5
create_dataset.dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM continuumio/anaconda3:latest
|
||||
|
||||
RUN apt-get update && apt-get install -y
|
||||
|
||||
RUN pip install pandas
|
5
dataset_stats.dockerfile
Normal file
5
dataset_stats.dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM continuumio/anaconda3:latest
|
||||
|
||||
RUN apt-get update && apt-get install -y
|
||||
|
||||
RUN pip install pandas
|
Loading…
Reference in New Issue
Block a user