Update Dockerfile
Browse files- 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"]
|