Dockerfile
This commit is contained in:
parent
762db3c7f4
commit
6592cd02ac
@ -2,7 +2,7 @@ FROM ubuntu:latest
|
||||
|
||||
RUN apt update && apt install -y python3-pip unzip
|
||||
|
||||
RUN pip install --user kaggle pandas numpy scikit-learn
|
||||
RUN pip install kaggle pandas numpy scikit-learn
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user