changed docker file
This commit is contained in:
parent
bb65c39339
commit
5f3394cd65
@ -8,4 +8,6 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|||||||
|
|
||||||
COPY Data_download.ipynb ./
|
COPY Data_download.ipynb ./
|
||||||
|
|
||||||
ENTRYPOINT ["jupyter", "execute", "Data_download.ipynb"]
|
RUN jupyter execute Data_download.ipynb
|
||||||
|
|
||||||
|
ENTRYPOINT "/bin/bash"
|
||||||
|
Loading…
Reference in New Issue
Block a user