Spaces:

npc0 commited on
Commit
7adf9d9
1 Parent(s): 02459de

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -3
Dockerfile CHANGED
@@ -11,10 +11,9 @@ ENV PATH="/home/user/.local/bin:$PATH"
11
  WORKDIR /app
12
 
13
  COPY --chown=user ./knowledge_base.pl knowledge_base.pl
14
- # COPY --chown=user ./requirements.txt requirements.txt
15
  RUN pip install --no-cache-dir --upgrade pip
16
- RUN pip install --no-cache-dir --upgrade gradio
17
- RUN pip install --no-cache-dir --upgrade git+https://github.com/yuce/pyswip@master#egg=pyswip
18
 
19
  COPY --chown=user . /app
20
  EXPOSE 7860
 
11
  WORKDIR /app
12
 
13
  COPY --chown=user ./knowledge_base.pl knowledge_base.pl
 
14
  RUN pip install --no-cache-dir --upgrade pip
15
+ RUN pip install --no-cache-dir --upgrade --user gradio
16
+ RUN pip install --no-cache-dir --upgrade --user git+https://github.com/yuce/pyswip@master#egg=pyswip
17
 
18
  COPY --chown=user . /app
19
  EXPOSE 7860