Spaces:
No application file
No application file
Update Dockerfile
Browse files- 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/
|
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
|