Browse Source

Merge commit 'e11375bb46cb18fe2a8500e6c23695d9107ca817' into optional_netifaces

Rodja Trappe 1 year ago
parent
commit
b4d7a92067
2 changed files with 1 additions and 2 deletions
  1. 1 2
      fly.dockerfile
  2. 0 0
      website/static/search_index.json

+ 1 - 2
fly.dockerfile

@@ -2,7 +2,7 @@ FROM python:3.11.3-slim
 
 LABEL maintainer="Zauberzeug GmbH <nicegui@zauberzeug.com>"
 
-RUN pip install itsdangerous prometheus_client isort docutils pandas
+RUN pip install itsdangerous prometheus_client isort docutils pandas plotly matplotlib
 
 WORKDIR /app
 
@@ -13,7 +13,6 @@ ARG VERSION=unknown
 RUN if [ "$VERSION" = "unknown" ]; then echo "Error: VERSION build argument is required. Use: fly deploy --build-arg VERSION=$(git describe --abbrev=0 --tags --match 'v*' 2>/dev/null | sed 's/^v//' || echo '0.0.0')" && exit 1; fi
 RUN sed -i "/\[tool.poetry\]/,/]/s/version = .*/version = \"$VERSION\"/" pyproject.toml
 
-RUN cat pyproject.toml
 RUN pip install .
 
 EXPOSE 8080

File diff suppressed because it is too large
+ 0 - 0
website/static/search_index.json


Some files were not shown because too many files changed in this diff