Skip to content

Commit

Permalink
maybe its fixed now
Browse files Browse the repository at this point in the history
  • Loading branch information
tim0-12432 committed Mar 27, 2024
1 parent 5916b94 commit aaeae60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
6 changes: 3 additions & 3 deletions Dockerfile-arm
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

# Requirements
FROM --platform=linux/arm/v7 python:3.11-slim
COPY /requirements-arm.txt /app/requirements-arm.txt
COPY /requirements.txt /app/requirements.txt
WORKDIR /app
RUN apt-get update \
&& apt-get install -y libatlas-base-dev \
&& pip install --index-url=https://www.piwheels.org/simple --no-cache-dir -r requirements-arm.txt
&& apt-get install -y libatlas-base-dev libopenblas-dev \
&& pip install --index-url=https://www.piwheels.org/simple --no-cache-dir -r requirements.txt

# Run App
COPY /static /app/static
Expand Down
10 changes: 0 additions & 10 deletions requirements-arm.txt

This file was deleted.

0 comments on commit aaeae60

Please sign in to comment.