s
This commit is contained in:
parent
ef8c96a780
commit
176f7aa4fe
@ -2,7 +2,7 @@ FROM ubuntu
|
|||||||
|
|
||||||
RUN apt-get update && apt-get install -y python3 python3-pip unzip
|
RUN apt-get update && apt-get install -y python3 python3-pip unzip
|
||||||
|
|
||||||
RUN python3 -m pip install pandas numpy tensorflow imbalanced-learn sklearn
|
RUN python3 -m pip install pandas numpy tensorflow imbalanced-learn sklearn sacred
|
||||||
RUN apt-get install -y git
|
RUN apt-get install -y git
|
||||||
|
|
||||||
COPY train.py /app/train.py
|
COPY train.py /app/train.py
|
||||||
@ -12,6 +12,7 @@ COPY data.csv /app/data.csv
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
export SACRED_IGNORE_GIT=TRUE
|
||||||
RUN python3 train.py
|
RUN python3 train.py
|
||||||
|
|
||||||
RUN python3 predictions.py
|
RUN python3 predictions.py
|
Loading…
Reference in New Issue
Block a user