LY1Y commited on
Commit
ca8cbb0
·
verified ·
1 Parent(s): cb249f0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -7,7 +7,5 @@ RUN pip install --no-cache-dir gradio
7
  RUN pip install openai
8
  EXPOSE 7860
9
  ENV GRADIO_SERVER_NAME="0.0.0.0"
10
- docker pull ngrok/ngrok
11
- docker run --net=host -it -e NGROK_AUTHTOKEN=2phmMHuR5uu6v9lQRdsZvCsgERQ_6RiNycny9M8aV1YUX1QSf ngrok/ngrok:latest http 7860
12
 
13
  CMD ["python", "app.py"]
 
7
  RUN pip install openai
8
  EXPOSE 7860
9
  ENV GRADIO_SERVER_NAME="0.0.0.0"
 
 
10
 
11
  CMD ["python", "app.py"]