docker2
This commit is contained in:
parent
0bcff8ff05
commit
60e0720600
@ -1,9 +1,10 @@
|
|||||||
FROM ubuntu:latest
|
FROM ubuntu:latest
|
||||||
|
|
||||||
RUN apt update && apt install -y python3-pip --no-install-recommends && pip3 install numpy && pip3 install pandas && pip3 install wget && pip3 install scikit-learn && rm -rf /var/lib/apt/lists/*
|
RUN apt update && apt install -y python3-pip && pip3 install setuptools && pip3 install numpy && pip3 install pandas && pip3 install wget && pip3 install scikit-learn && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY ./create.py ./
|
COPY ./create.py ./
|
||||||
COPY ./stats.py ./
|
COPY ./stats.py ./
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user