requirements added
This commit is contained in:
parent
5e427f921a
commit
0bd13e42c6
16
Dockerfile
16
Dockerfile
@ -3,11 +3,11 @@ FROM ubuntu:focal
|
||||
RUN apt update
|
||||
|
||||
RUN apt install -y python3 python3-pip
|
||||
RUN pip3 install kaggle
|
||||
RUN pip3 install pandas
|
||||
RUN pip3 install tensorflow
|
||||
RUN pip3 install scikit-learn
|
||||
RUN pip3 install pandas
|
||||
# RUN pip3 install kaggle
|
||||
# RUN pip3 install pandas
|
||||
# RUN pip3 install tensorflow
|
||||
# RUN pip3 install scikit-learn
|
||||
# RUN pip3 install pandas
|
||||
# RUN apt install -y unzip
|
||||
|
||||
RUN mkdir /.kaggle
|
||||
@ -15,13 +15,13 @@ RUN chmod -R 777 /.kaggle
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
#COPY ./requirements.txt ./
|
||||
COPY ./requirements.txt ./
|
||||
COPY ./avocado-preprocessing.py ./
|
||||
|
||||
#RUN chmod +x ./requirements.txt
|
||||
RUN chmod +x ./requirements.txt
|
||||
RUN chmod +x ./avocado-preprocessing.py
|
||||
|
||||
#RUN pip3 install -r ./requirements.txt
|
||||
RUN pip3 install -r ./requirements.txt
|
||||
CMD python3 avocado-preprocessing.py
|
||||
|
||||
# COPY ./avocado-preprocessing.sh ./
|
||||
|
@ -1,58 +1,7 @@
|
||||
appnope==0.1.0
|
||||
attrs==19.1.0
|
||||
backcall==0.1.0
|
||||
bleach==3.1.0
|
||||
click==7.1.2
|
||||
csv-diff==1.0
|
||||
cycler==0.10.0
|
||||
decorator==4.4.0
|
||||
defusedxml==0.6.0
|
||||
dictdiffer==0.8.1
|
||||
entrypoints==0.3
|
||||
ipykernel==5.1.1
|
||||
ipython==7.5.0
|
||||
ipython-genutils==0.2.0
|
||||
ipywidgets==7.4.2
|
||||
jedi==0.13.3
|
||||
jsonschema==3.0.1
|
||||
jupyter==1.0.0
|
||||
jupyter-client==5.2.4
|
||||
jupyter-console==6.0.0
|
||||
jupyter-core==4.4.0
|
||||
kiwisolver==1.1.0
|
||||
matplotlib==3.1.0
|
||||
mistune==0.8.4
|
||||
mpmath==1.1.0
|
||||
nbconvert==5.5.0
|
||||
nbformat==4.4.0
|
||||
nose==1.3.7
|
||||
notebook==5.7.8
|
||||
numpy==1.16.4
|
||||
pandas==0.24.2
|
||||
pandocfilters==1.4.2
|
||||
parso==0.4.0
|
||||
pexpect==4.7.0
|
||||
pickleshare==0.7.5
|
||||
prometheus-client==0.7.0
|
||||
prompt-toolkit==2.0.9
|
||||
ptyprocess==0.6.0
|
||||
pygame==1.9.4
|
||||
Pygments==2.4.2
|
||||
pyparsing==2.4.0
|
||||
pyrsistent==0.15.2
|
||||
python-dateutil==2.8.0
|
||||
pytz==2019.1
|
||||
pyzmq==18.0.1
|
||||
qtconsole==4.5.1
|
||||
scipy==1.3.0
|
||||
Send2Trash==1.5.0
|
||||
six==1.12.0
|
||||
sympy==1.4
|
||||
terminado==0.8.2
|
||||
testpath==0.4.2
|
||||
tornado==6.0.2
|
||||
traitlets==4.3.2
|
||||
wcwidth==0.1.7
|
||||
webencodings==0.5.1
|
||||
widgetsnbextension==3.4.2
|
||||
xlrd==1.2.0
|
||||
kaggle==1.5.12
|
||||
pandas==1.2.4
|
||||
numpy==1.19.2
|
||||
sklearn
|
||||
tensorflow==2.4.1
|
||||
jinja2==2.11.3
|
||||
matplotlib
|
Loading…
Reference in New Issue
Block a user