Sanjayraju30 commited on
Commit
ce447e7
·
verified ·
1 Parent(s): 82635c3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -8,6 +8,7 @@ RUN pip install --no-cache-dir -r requirements.txt
8
 
9
  COPY . .
10
 
11
- ENV GRADIO_SERVER_PORT=7860 ENV GRADIO_SERVER_ADDRESS=0.0.0.0
 
12
 
13
  CMD ["python", "app.py"]
 
8
 
9
  COPY . .
10
 
11
+ ENV GRADIO_SERVER_PORT=7860
12
+ ENV GRADIO_SERVER_ADDRESS=0.0.0.0
13
 
14
  CMD ["python", "app.py"]