Update Dockerfile

This commit is contained in:
s464962 2024-05-05 22:04:24 +02:00
parent 7e8556763f
commit 8d5ebbe7d2
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ RUN pip install numpy tensorflow scikit-learn kaggle pandas
WORKDIR /app
COPY kaggle.json /root/.kaggle/kaggle.json
COPY ./create-dataset.sh ./
RUN dos2unix ./create-dataset.sh
COPY ./model.py ./