s
This commit is contained in:
parent
291bd0c151
commit
b3a603e56d
@ -3,6 +3,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
|
||||||
|
RUN apt-get install -y git
|
||||||
|
|
||||||
COPY train.py /app/train.py
|
COPY train.py /app/train.py
|
||||||
COPY predictions.py /app/predictions.py
|
COPY predictions.py /app/predictions.py
|
||||||
|
Loading…
Reference in New Issue
Block a user