Spaces:
Runtime error
Runtime error
Commit
·
f4eb83a
1
Parent(s):
9de3c36
deploy
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -8,7 +8,7 @@ WORKDIR /app
|
|
| 8 |
COPY . /app
|
| 9 |
|
| 10 |
# Install dependencies
|
| 11 |
-
RUN pip install --no-cache-dir -r
|
| 12 |
|
| 13 |
# Expose port (Hugging Face uses port 7860 by default)
|
| 14 |
EXPOSE 7860
|
|
|
|
| 8 |
COPY . /app
|
| 9 |
|
| 10 |
# Install dependencies
|
| 11 |
+
RUN pip install --no-cache-dir -r Requirements.txt
|
| 12 |
|
| 13 |
# Expose port (Hugging Face uses port 7860 by default)
|
| 14 |
EXPOSE 7860
|