Sfoglia il codice sorgente

adding pandas to web deployment

Rodja Trappe 2 anni fa
parent
commit
a64f167e6a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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