change container entrypoint from start-notebook.sh to bash

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-08 12:30:47 +02:00
parent 4bc94278d8
commit 0c3f68d0cf
+1 -1
View File
@@ -128,5 +128,5 @@ RUN rm -rf /root/minicalosim
RUN pip3 install pyarrow fastparquet
USER ${NB_UID}
CMD ["start-notebook.sh"]
CMD ["bash"]