@@ -80,7 +80,7 @@ jobs:
with:
context: .
file: ./release.dockerfile
- platforms: linux/amd64,linux/arm64,linux/arm/v7
+ platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.prep.outputs.tags }}
@@ -1,9 +1,5 @@
FROM python:3.10-slim
-RUN apt update && apt install -y \
- python3-numpy \
- && rm -rf /var/lib/apt/lists/*
-
RUN python -m pip install nicegui
WORKDIR /app