changed docker file

This commit is contained in:
s495716 2024-03-29 14:28:56 +01:00
parent bb65c39339
commit 5f3394cd65

View File

@ -8,4 +8,6 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY Data_download.ipynb ./
ENTRYPOINT ["jupyter", "execute", "Data_download.ipynb"]
RUN jupyter execute Data_download.ipynb
ENTRYPOINT "/bin/bash"