Spaces:
Sleeping
Sleeping
Commit
·
cf47e9d
1
Parent(s):
ad37d2b
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -15,7 +15,6 @@ COPY ./requirements.txt /code/requirements.txt
|
|
| 15 |
|
| 16 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 17 |
|
| 18 |
-
RUN git lfs install
|
| 19 |
COPY ./ $HOME/code
|
| 20 |
|
| 21 |
|
|
|
|
| 15 |
|
| 16 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 17 |
|
|
|
|
| 18 |
COPY ./ $HOME/code
|
| 19 |
|
| 20 |
|