Fix Dockerfile & requirements.txt

This commit is contained in:
Wojciech Jarmosz 2021-04-10 22:02:24 +02:00
parent c5d0038621
commit a62e6f6ad1
2 changed files with 4 additions and 8 deletions

View File

@ -1,12 +1,8 @@
FROM ubuntu:latest
RUN apt-get update && apt-get install -y python3 python3-pip
WORKDIR /app
RUN apt update && apt install -y python3 python3-pip
COPY . .
RUN pip3 install --user kaggle
RUN pip3 install --user pandas
RUN pip3 install --user scikit-learn
RUN pip3 install -r requirements.txt

View File

@ -3,7 +3,7 @@ chardet==4.0.0
idna==2.10
joblib==1.0.1
kaggle==1.5.12
numpy==1.19.5
numpy==1.20.1
pandas==1.2.3
python-dateutil==2.8.1
python-slugify==4.0.1
@ -16,4 +16,4 @@ sklearn==0.0
text-unidecode==1.3
threadpoolctl==2.1.0
tqdm==4.59.0
urllib3==1.26.4
urllib3==1.26.4