mashe commited on
Commit
42ff323
·
verified ·
1 Parent(s): f2780d6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ WORKDIR /app
15
  COPY . /app
16
 
17
  # Install any needed packages specified in requirements.txt
18
- RUN pip install --no-cache-dir -r requirements.txt
19
 
20
  # Make port 7860 available to the world outside this container
21
  EXPOSE 7860
 
15
  COPY . /app
16
 
17
  # Install any needed packages specified in requirements.txt
18
+ RUN pip install -r requirements.txt
19
 
20
  # Make port 7860 available to the world outside this container
21
  EXPOSE 7860