fix Dockerfile
This commit is contained in:
parent
2e4183a4ff
commit
c0f5dea415
@ -2,7 +2,7 @@ FROM ubuntu:latest
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y python3-pip && \
|
||||
pip3 install kaggle pandas scikit-learn tensorflow matplotlib
|
||||
pip3 install kaggle pandas scikit-learn tensorflow matplotlib mlflow
|
||||
|
||||
RUN useradd -ms /bin/bash jenkins
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user