seyf1elislam commited on
Commit
2484e86
·
verified ·
1 Parent(s): 0e02db6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]