浏览代码

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