added fastparquet

This commit is contained in:
Jan Kieseler
2025-10-16 15:32:52 +02:00
parent cc41ed3c65
commit 8b8a526c54
+1 -1
View File
@@ -124,7 +124,7 @@ RUN fix-permissions /etc/jupyter/
# clean up
RUN rm -rf /root/minicalosim
RUN pip3 install pyarrow
RUN pip3 install pyarrow fastparquet
USER ${NB_UID}
CMD ["start-notebook.sh"]