harsh-manvar commited on
Commit
c9b9eba
·
verified ·
1 Parent(s): 50eb2a4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,6 +7,6 @@ RUN mkdir -p /app/.config/matplotlib /app/.cache && \
7
  RUN mkdir -p $MPLCONFIGDIR
8
  COPY app.py /app
9
  COPY requirements.txt /app
10
- RUN pip install --no-cache-dir -r requirements.txt
11
  EXPOSE 7860
12
  CMD ["python", "app.py"]
 
7
  RUN mkdir -p $MPLCONFIGDIR
8
  COPY app.py /app
9
  COPY requirements.txt /app
10
+ RUN pip install -r requirements.txt
11
  EXPOSE 7860
12
  CMD ["python", "app.py"]