Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -9,7 +9,6 @@ COPY ./requirements.txt /code/requirements.txt
|
|
| 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"]
|
|
|
|
| 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"]
|