Revert "update"

This reverts commit 6ffc5f1f18.
This commit is contained in:
zgolebiewska 2024-05-26 13:59:04 +02:00
parent 308dc3a68f
commit ef512a6c43

View File

@ -12,9 +12,6 @@ COPY ./predictions_tf.json ./
RUN python3 -m venv venv
RUN /bin/bash -c "source venv/bin/activate"
RUN pip install --upgrade pip
RUN pip install tensorflow
RUN apt-get install -y python3-sklearn
RUN apt-get install -y python3-pandas python3-scikit-learn python3-tensorflow
CMD ["python3", "data_processing.sh"]