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