Leon Sick commited on
Commit
f218d6c
1 Parent(s): 8851683

start of space

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -51,6 +51,7 @@ RUN pip install --no-cache-dir -U \
51
  RUN pip install --no-cache-dir -U gradio==3.36.1
52
 
53
  COPY --chown=1000 . ${HOME}/app
 
54
  RUN cd CutLER && patch -p1 < ../patch
55
  ENV PYTHONPATH=${HOME}/app \
56
  PYTHONUNBUFFERED=1 \
 
51
  RUN pip install --no-cache-dir -U gradio==3.36.1
52
 
53
  COPY --chown=1000 . ${HOME}/app
54
+ RUN git clone https://github.com/facebookresearch/CutLER.git
55
  RUN cd CutLER && patch -p1 < ../patch
56
  ENV PYTHONPATH=${HOME}/app \
57
  PYTHONUNBUFFERED=1 \