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

force cache deletion

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
- RUN 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
+ RN python3.10 -m pip install --upgrade pip setuptools wheel
29
 
30
  # Copy requirements first to leverage Docker cache
31
  COPY requirements.txt .