makakwastaken commited on
Commit
83e7994
·
1 Parent(s): d23118b

Fixed output folder of CutLER clone in docker

Browse files
Files changed (2) hide show
  1. CutLER +0 -1
  2. Dockerfile +1 -1
CutLER DELETED
@@ -1 +0,0 @@
1
- Subproject commit 19ca89e1ce39a786e459f64a9d7f6dcfbcdb6d6f
 
 
Dockerfile CHANGED
@@ -6,7 +6,7 @@ WORKDIR /code
6
  RUN apt-get update && apt-get install -y git
7
 
8
  # Install CutLER
9
- RUN git clone --recursive https://github.com/Ad-Visual/CutLER
10
 
11
  RUN pip install --no-cache-dir --upgrade -r /code/CutLER/requirements.txt
12
 
 
6
  RUN apt-get update && apt-get install -y git
7
 
8
  # Install CutLER
9
+ RUN git clone --recursive https://github.com/Ad-Visual/CutLER /code/CutLER
10
 
11
  RUN pip install --no-cache-dir --upgrade -r /code/CutLER/requirements.txt
12