Update dockerfiles/Dockerfile
This commit is contained in:
parent
c66ac3b05f
commit
dee246eecb
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user