aliabid94 HF Staff commited on
Commit
15727e3
·
1 Parent(s): bbc1701

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -20,4 +20,7 @@ RUN pip install -r requirements.txt
20
  # Copy the rest of the application
21
  COPY . /app/
22
 
 
 
 
23
  CMD [ "python", "app.py" ]
 
20
  # Copy the rest of the application
21
  COPY . /app/
22
 
23
+ # Add Env variable
24
+ ENV GRADIO_SERVER_NAME=0.0.0.0
25
+
26
  CMD [ "python", "app.py" ]