Spaces:
Running
on
L40S
Running
on
L40S
hainazhu
commited on
Commit
·
2162e0c
1
Parent(s):
2b516e0
modify dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -8,6 +8,7 @@ WORKDIR /app
|
|
| 8 |
|
| 9 |
COPY --chown=user ./requirements.txt requirements.txt
|
| 10 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
|
|
| 11 |
|
| 12 |
COPY --chown=user . /app
|
| 13 |
CMD ["python3", "app.py"]
|
|
|
|
| 8 |
|
| 9 |
COPY --chown=user ./requirements.txt requirements.txt
|
| 10 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 11 |
+
RUN git lfs install
|
| 12 |
|
| 13 |
COPY --chown=user . /app
|
| 14 |
CMD ["python3", "app.py"]
|