changed dockerfile again
This commit is contained in:
parent
5f3394cd65
commit
3bbf6d316d
@ -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
3
scripts/entrypoint.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
jupyter execute Data_download.ipynb
|
||||
/bin/bash
|
Loading…
Reference in New Issue
Block a user