Spaces:

npc0 commited on
Commit
253c89e
1 Parent(s): 8191f5e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -11,8 +11,6 @@ ENV PATH="/app/env/bin:$PATH"
11
  RUN pip install --no-cache-dir --upgrade pip
12
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
13
 
14
- RUN python -c "import janus_swi as janus"
15
-
16
  EXPOSE 7860
17
  ENV GRADIO_SERVER_NAME="0.0.0.0"
18
  CMD ["python", "app.py"]
 
11
  RUN pip install --no-cache-dir --upgrade pip
12
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
13
 
 
 
14
  EXPOSE 7860
15
  ENV GRADIO_SERVER_NAME="0.0.0.0"
16
  CMD ["python", "app.py"]