RayPac006 commited on
Commit
a5c976c
·
verified ·
1 Parent(s): 07b3aac

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y \
18
  USER user
19
 
20
  # 2. Install numpy FIRST and alone
21
- RUN pip install --no-cache-dir numpy==1.26.4
22
 
23
  # 3. Install the rest of the requirements
24
  # (Make sure 'numpy' is NOT in your requirements.txt now to avoid conflicts)
 
18
  USER user
19
 
20
  # 2. Install numpy FIRST and alone
21
+ RUN pip install --no-cache-dir numpy==1.24.4
22
 
23
  # 3. Install the rest of the requirements
24
  # (Make sure 'numpy' is NOT in your requirements.txt now to avoid conflicts)