ソースを参照

adding pandas to web deployment

Rodja Trappe 2 年 前
コミット
a64f167e6a
1 ファイル変更1 行追加1 行削除
  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