update dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -14,7 +14,6 @@ RUN apt-get update && \
|
|
| 14 |
curl \
|
| 15 |
&& rm -rf /var/lib/apt/lists/*
|
| 16 |
|
| 17 |
-
RUN pip install --upgrade pip setuptools wheel
|
| 18 |
RUN pip install --no-cache-dir -r requirements/main.txt
|
| 19 |
|
| 20 |
EXPOSE 7860
|
|
|
|
| 14 |
curl \
|
| 15 |
&& rm -rf /var/lib/apt/lists/*
|
| 16 |
|
|
|
|
| 17 |
RUN pip install --no-cache-dir -r requirements/main.txt
|
| 18 |
|
| 19 |
EXPOSE 7860
|