소스 검색

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