Commit
·
53881e7
1
Parent(s):
6b27b28
update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -10,7 +10,7 @@ COPY . /app
|
|
| 10 |
RUN chmod -R a+w /app
|
| 11 |
|
| 12 |
# Install dependencies
|
| 13 |
-
RUN pip install --no-cache-dir
|
| 14 |
|
| 15 |
# Expose default port
|
| 16 |
EXPOSE 7860
|
|
|
|
| 10 |
RUN chmod -R a+w /app
|
| 11 |
|
| 12 |
# Install dependencies
|
| 13 |
+
RUN pip install --no-cache-dir -r requirements.txt
|
| 14 |
|
| 15 |
# Expose default port
|
| 16 |
EXPOSE 7860
|