Browse Source

adding pandas to web deployment

Rodja Trappe 2 năm trước cách đây
mục cha
commit
a64f167e6a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      fly.dockerfile

+ 1 - 1
fly.dockerfile

@@ -2,7 +2,7 @@ FROM python:3.11-slim
 
 LABEL maintainer="Zauberzeug GmbH <nicegui@zauberzeug.com>"
 
-RUN pip install itsdangerous prometheus_client isort docutils
+RUN pip install itsdangerous prometheus_client isort docutils pandas
 
 WORKDIR /app