mike23415 commited on
Commit
16927be
·
verified ·
1 Parent(s): abd736f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -17,6 +17,7 @@ RUN apt-get update && apt-get install -y \
17
 
18
  WORKDIR /app
19
 
 
20
  COPY requirements.txt .
21
  RUN pip install --no-cache-dir -r requirements.txt
22
 
 
17
 
18
  WORKDIR /app
19
 
20
+
21
  COPY requirements.txt .
22
  RUN pip install --no-cache-dir -r requirements.txt
23