Update dockerfiles/Dockerfile

This commit is contained in:
s464903 2024-05-11 12:52:15 +02:00
parent af2581aa6b
commit 96a95b964b
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ RUN pip3 install --user kaggle pandas tensorflow scikit-learn keras numpy openda
WORKDIR /app
# Skopiuj skrypty
COPY ../Biblioteka_DL_trenowanie.ipynb /app/
COPY Biblioteka_DL_trenowanie.ipynb /app/
# Domyślne polecenie, które zostanie uruchomione w kontenerze po jego starcie
CMD ["python3", "Biblioteka_DL_trenowanie.ipynb"]