update
This commit is contained in:
parent
529e00d58f
commit
6ffc5f1f18
@ -12,6 +12,9 @@ COPY ./predictions_tf.json ./
|
||||
RUN python3 -m venv venv
|
||||
RUN /bin/bash -c "source venv/bin/activate"
|
||||
|
||||
RUN apt-get install -y python3-pandas python3-scikit-learn python3-tensorflow
|
||||
RUN pip install --upgrade pip
|
||||
RUN pip install tensorflow
|
||||
|
||||
RUN apt-get install -y python3-sklearn
|
||||
|
||||
CMD ["python3", "data_processing.sh"]
|
||||
|
Loading…
Reference in New Issue
Block a user