tensorflow

This commit is contained in:
patrycjalazna 2021-05-06 21:31:51 +02:00
parent 80d599d624
commit 5e427f921a
2 changed files with 6604 additions and 6604 deletions

View File

@ -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 ./

File diff suppressed because it is too large Load Diff