changed dockerfile again

This commit is contained in:
s495716 2024-03-29 14:54:54 +01:00
parent 5f3394cd65
commit 3bbf6d316d
2 changed files with 5 additions and 2 deletions

View File

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

3
scripts/entrypoint.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
jupyter execute Data_download.ipynb
/bin/bash