Spaces:

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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -16,9 +16,6 @@ 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
- RUN swipl --version
20
- RUN python -c "from pyswip import Prolog"
21
-
22
  COPY --chown=user . /app
23
  EXPOSE 7860
24
  ENV GRADIO_SERVER_NAME="0.0.0.0"
 
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
21
  ENV GRADIO_SERVER_NAME="0.0.0.0"