angeloqq commited on
Commit
33a8d6f
·
verified ·
1 Parent(s): 8a7f9a5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y \
8
  && rm -rf /var/lib/apt/lists/*
9
 
10
  COPY requirements.txt requirements.txt
11
- RUN pip install --no-cache-dir -r requirements.txt
12
 
13
  COPY . .
14
 
 
8
  && rm -rf /var/lib/apt/lists/*
9
 
10
  COPY requirements.txt requirements.txt
11
+ RUN pip install -r requirements.txt
12
 
13
  COPY . .
14