Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -9,7 +9,7 @@ WORKDIR /app
|
|
9 |
COPY ./knowledge_base.pl knowledge_base.pl
|
10 |
RUN pip install --no-cache-dir --upgrade pip
|
11 |
RUN pip install --no-cache-dir --upgrade gradio
|
12 |
-
RUN pip install --no-cache-dir --upgrade git+https://github.com/yuce/pyswip@master#egg=pyswip
|
13 |
|
14 |
COPY . /app
|
15 |
EXPOSE 7860
|
|
|
9 |
COPY ./knowledge_base.pl knowledge_base.pl
|
10 |
RUN pip install --no-cache-dir --upgrade pip
|
11 |
RUN pip install --no-cache-dir --upgrade gradio
|
12 |
+
RUN pip install --no-cache-dir --upgrade "git+https://github.com/yuce/pyswip@master#egg=pyswip"
|
13 |
|
14 |
COPY . /app
|
15 |
EXPOSE 7860
|