diff --git a/Dockerfile b/Dockerfile index d5e239a..b3417bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"