PoppaYAO commited on
Commit
4d1b4fd
·
verified ·
1 Parent(s): e3719b9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -14,9 +14,6 @@ RUN npm install -g promptfoo
14
  WORKDIR /app
15
 
16
  # --- ULTIMATE FIX: Force Specific Platform ---
17
- # We do not trust pip to choose. We force it to download the 'manylinux' (Debian) version.
18
- # 1. Download the specific wheel for Debian (manylinux_2_17_x86_64).
19
- # 2. Install the downloaded file directly.
20
  RUN pip download --only-binary :all: \
21
  --platform manylinux_2_17_x86_64 \
22
  --python-version 311 \
 
14
  WORKDIR /app
15
 
16
  # --- ULTIMATE FIX: Force Specific Platform ---
 
 
 
17
  RUN pip download --only-binary :all: \
18
  --platform manylinux_2_17_x86_64 \
19
  --python-version 311 \