yuanchenyang commited on
Commit
e363d22
1 Parent(s): 7e8109c

Fixed repo link

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
11
 
12
  WORKDIR /
13
 
14
- RUN git clone git@github.com:yuanchenyang/multifocal-stitching.git multifocal-stitching
15
 
16
  COPY ./app.py /multifocal-stitching/app.py
17
 
 
11
 
12
  WORKDIR /
13
 
14
+ RUN git clone https://github.com/yuanchenyang/multifocal-stitching.git multifocal-stitching
15
 
16
  COPY ./app.py /multifocal-stitching/app.py
17