Spaces:
Sleeping
Sleeping
O S I H commited on
Commit ·
553c6ca
1
Parent(s): 5e80561
update
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -9,6 +9,7 @@ COPY ./requirements.txt /code/requirements.txt
|
|
| 9 |
|
| 10 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 11 |
COPY . .
|
|
|
|
| 12 |
RUN git clone https://huggingface.co/MissingBreath/recycle-garbage-model
|
| 13 |
EXPOSE 5000
|
| 14 |
CMD ["python", "api.py"]
|
|
|
|
| 9 |
|
| 10 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 11 |
COPY . .
|
| 12 |
+
RUN git lfs install
|
| 13 |
RUN git clone https://huggingface.co/MissingBreath/recycle-garbage-model
|
| 14 |
EXPOSE 5000
|
| 15 |
CMD ["python", "api.py"]
|