Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 10 |
COPY requirements.txt .
|
| 11 |
# Install Python dependencies
|
| 12 |
RUN pip install --no-cache-dir \
|
| 13 |
-
-r requirements.txt
|
| 14 |
# fastapi \
|
| 15 |
# uvicorn \
|
| 16 |
# gradio \
|
|
|
|
| 10 |
COPY requirements.txt .
|
| 11 |
# Install Python dependencies
|
| 12 |
RUN pip install --no-cache-dir \
|
| 13 |
+
-r requirements.txt
|
| 14 |
# fastapi \
|
| 15 |
# uvicorn \
|
| 16 |
# gradio \
|