Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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
|
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
|