Darshan commited on
Commit
2574638
1 Parent(s): 05d9394

use different setup

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,7 +25,7 @@ RUN apt-get update && apt-get install -y \
25
  && rm -rf /var/lib/apt/lists/*
26
 
27
  # Upgrade pip
28
- RN python3.10 -m pip install --upgrade pip setuptools wheel
29
 
30
  # Copy requirements first to leverage Docker cache
31
  COPY requirements.txt .
 
25
  && rm -rf /var/lib/apt/lists/*
26
 
27
  # Upgrade pip
28
+ RUN python3.10 -m pip install --upgrade pip setuptools wheel
29
 
30
  # Copy requirements first to leverage Docker cache
31
  COPY requirements.txt .