We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd34d59 commit a773370Copy full SHA for a773370
2 files changed
Dockerfile
@@ -7,7 +7,7 @@ COPY . /app
7
WORKDIR ${FOLDER}
8
9
# Install dependencies
10
-RUN pip install --no-cache-dir --prefer-binary -r requirements.txt
+RUN pip install --no-cache-dir -r requirements.txt
11
12
EXPOSE 8000
13
ENV PORT=8000
requirements.txt
@@ -1,3 +1,3 @@
1
---only-binary=:all:
+--prefer-binary
2
3
-numpy==2.0.2
+numpy==2.3.2
0 commit comments