fix sacred
This commit is contained in:
parent
84d3301875
commit
8093e2986d
@ -2,7 +2,7 @@ FROM ubuntu:latest
|
|||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y python3-pip && \
|
apt-get install -y python3-pip && \
|
||||||
pip3 install pandas scikit-learn tensorflow sacred pymongo --break-system-packages git
|
pip3 install pandas scikit-learn tensorflow sacred pymongo --break-system-packages GitPython
|
||||||
|
|
||||||
RUN useradd -ms /bin/bash jenkins
|
RUN useradd -ms /bin/bash jenkins
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user