Spaces:
Runtime error
Runtime error
uripper
commited on
Commit
·
4e99f17
1
Parent(s):
605b092
one more
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -8,7 +8,7 @@ WORKDIR /app
|
|
| 8 |
COPY ./app /app
|
| 9 |
|
| 10 |
# Install any needed packages specified in requirements.txt
|
| 11 |
-
RUN pip install --no-cache-dir -r
|
| 12 |
|
| 13 |
# Make port 7860 available to the world outside this container
|
| 14 |
EXPOSE 7860
|
|
|
|
| 8 |
COPY ./app /app
|
| 9 |
|
| 10 |
# Install any needed packages specified in requirements.txt
|
| 11 |
+
RUN pip install --no-cache-dir -r ./requirements.txt
|
| 12 |
|
| 13 |
# Make port 7860 available to the world outside this container
|
| 14 |
EXPOSE 7860
|