Boulbaba commited on
Commit
a5eb5b8
·
1 Parent(s): ecb7d4d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ ENV PYTHONDONTWRITEBYTECODE=1
6
  ENV PYTHONUNBUFFERED=1
7
 
8
  COPY requirements.txt .
9
- RUN pip install --no-cache-dir -r requirements.txt
10
 
11
  COPY . .
12
 
 
6
  ENV PYTHONUNBUFFERED=1
7
 
8
  COPY requirements.txt .
9
+ RUN pip install --upgrade pip && pip install --no-cache-dir -r requirements.txt
10
 
11
  COPY . .
12