update
This commit is contained in:
parent
28f9ae1a9c
commit
529e00d58f
@ -1,8 +1,6 @@
|
||||
FROM ubuntu:latest
|
||||
|
||||
RUN apt-get update && apt-get install -y python3-pip unzip coreutils
|
||||
|
||||
RUN pip install kaggle pandas scikit-learn tensorflow
|
||||
RUN apt-get update && apt-get install -y python3-pip unzip coreutils python3-venv
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
@ -11,4 +9,9 @@ COPY ./OrangeQualityData.csv ./
|
||||
COPY ./orange_quality_model_tf.h5 ./
|
||||
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
|
||||
|
||||
CMD ["python3", "data_processing.sh"]
|
||||
|
Loading…
Reference in New Issue
Block a user