shahid202 commited on
Commit
1aaed2e
Β·
verified Β·
1 Parent(s): 0128f5d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -11,6 +11,9 @@ RUN apt-get update && apt-get install -y \
11
 
12
  RUN pip install --no-cache-dir -r requirements.txt
13
 
 
 
 
14
  COPY . .
15
 
16
  EXPOSE 7860
 
11
 
12
  RUN pip install --no-cache-dir -r requirements.txt
13
 
14
+ # Accept Coqui license automatically
15
+ ENV COQUI_TOS_AGREED=1
16
+
17
  COPY . .
18
 
19
  EXPOSE 7860