Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -11,7 +11,7 @@ COPY requirements.txt requirements.txt
|
|
| 11 |
|
| 12 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 13 |
RUN pip install --upgrade numpy
|
| 14 |
-
|
| 15 |
|
| 16 |
COPY . .
|
| 17 |
|
|
|
|
| 11 |
|
| 12 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 13 |
RUN pip install --upgrade numpy
|
| 14 |
+
|
| 15 |
|
| 16 |
COPY . .
|
| 17 |
|