Spaces:
Sleeping
Sleeping
Commit ·
f19ff63
1
Parent(s): 07e2db6
Fixed a bug
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -13,7 +13,7 @@ WORKDIR $HOME/app
|
|
| 13 |
|
| 14 |
COPY ./requirements.txt $HOME/app/requirements.txt
|
| 15 |
|
| 16 |
-
RUN pip install --no-cache-dir --upgrade -r /
|
| 17 |
|
| 18 |
COPY . .
|
| 19 |
|
|
|
|
| 13 |
|
| 14 |
COPY ./requirements.txt $HOME/app/requirements.txt
|
| 15 |
|
| 16 |
+
RUN pip install --no-cache-dir --upgrade -r $HOME/app/requirements.txt
|
| 17 |
|
| 18 |
COPY . .
|
| 19 |
|