tensorflow
This commit is contained in:
parent
80d599d624
commit
5e427f921a
@ -15,13 +15,13 @@ RUN chmod -R 777 /.kaggle
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY ./requirements.txt ./
|
||||
#COPY ./requirements.txt ./
|
||||
COPY ./avocado-preprocessing.py ./
|
||||
|
||||
RUN chmod +x ./requirements.txt
|
||||
#RUN chmod +x ./requirements.txt
|
||||
RUN chmod +x ./avocado-preprocessing.py
|
||||
|
||||
RUN pip3 install -r ./requirements.txt
|
||||
#RUN pip3 install -r ./requirements.txt
|
||||
CMD python3 avocado-preprocessing.py
|
||||
|
||||
# COPY ./avocado-preprocessing.sh ./
|
||||
|
13202
prediction_results.csv
13202
prediction_results.csv
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user