Update dockerfiles/Dockerfile

This commit is contained in:
s464903 2024-05-11 12:47:56 +02:00
parent c66ac3b05f
commit dee246eecb
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"]