TKU410410103 commited on
Commit
12fe0f4
·
verified ·
1 Parent(s): 3f3bf60

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ COPY . /app
9
 
10
  # Install any needed packages specified in requirements_pip.txt
11
  RUN pip install --no-cache-dir --upgrade pip && \
12
- pip install --no-cache-dir -r requirements_pip.txt
13
 
14
  # Make port 7860 available to the world outside this container
15
  EXPOSE 7860
 
9
 
10
  # Install any needed packages specified in requirements_pip.txt
11
  RUN pip install --no-cache-dir --upgrade pip && \
12
+ pip install --no-cache-dir -r requirements.txt
13
 
14
  # Make port 7860 available to the world outside this container
15
  EXPOSE 7860