Spaces:

npc0 commited on
Commit
5a8893f
1 Parent(s): 558fd9c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -11,6 +11,8 @@ 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
  EXPOSE 7860
15
  ENV GRADIO_SERVER_NAME="0.0.0.0"
16
  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
+ RUN touch tmp.pl && chmod 666 tmp.pl
15
+
16
  EXPOSE 7860
17
  ENV GRADIO_SERVER_NAME="0.0.0.0"
18
  CMD ["python", "app.py"]