dockerfile added
This commit is contained in:
parent
6a40cad4c8
commit
ac2c9ef78c
11
dockerfile
Normal file
11
dockerfile
Normal file
@ -0,0 +1,11 @@
|
||||
FROM ubuntu:latest
|
||||
|
||||
RUN apt update && apt install -y python3
|
||||
RUN apt install -y python3-pip
|
||||
RUN pip3 install --user kaggle && pip3 install --user pandas && pip3 install scikit-learn && pip3 install matplotlib
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY ./avocado-preprocessing.sh ./
|
||||
|
||||
CMD ./avocado-preprocessing.sh
|
Loading…
Reference in New Issue
Block a user