Spaces:

npc0 commited on
Commit
6d7e538
1 Parent(s): 66d32c3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -15,6 +15,9 @@ COPY --chown=user ./knowledge_base.pl knowledge_base.pl
15
  RUN pip install --no-cache-dir --upgrade pip
16
  RUN pip install --no-cache-dir --upgrade --user -r requirements.txt
17
 
 
 
 
18
  COPY --chown=user . /app
19
  EXPOSE 7860
20
  ENV GRADIO_SERVER_NAME="0.0.0.0"
 
15
  RUN pip install --no-cache-dir --upgrade pip
16
  RUN pip install --no-cache-dir --upgrade --user -r requirements.txt
17
 
18
+ RUN swipl --version
19
+ RUN python -c "import janus_swi"
20
+
21
  COPY --chown=user . /app
22
  EXPOSE 7860
23
  ENV GRADIO_SERVER_NAME="0.0.0.0"