Hoangthanh commited on
Commit
1be1e5c
·
verified ·
1 Parent(s): 2134b25

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y git-lfs
11
  RUN git lfs install
12
 
13
  # Clone the Git repository
14
- RUN git clone https://huggingface.co/spaces/Realcat/image-matching-webui /code
15
 
16
  RUN conda create -n imw python=${PYTHON_VERSION}
17
  RUN echo "source activate imw" > ~/.bashrc
 
11
  RUN git lfs install
12
 
13
  # Clone the Git repository
14
+ RUN git clone https://huggingface.co/spaces/Hoangthanh/image-matching-webui /code
15
 
16
  RUN conda create -n imw python=${PYTHON_VERSION}
17
  RUN echo "source activate imw" > ~/.bashrc