GaneshSarode commited on
Commit
08af34d
·
verified ·
1 Parent(s): 24153e8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -1,5 +1,8 @@
1
  FROM python:3.10-slim
2
 
 
 
 
3
  WORKDIR /app
4
 
5
  RUN apt-get update && apt-get install -y \
 
1
  FROM python:3.10-slim
2
 
3
+ ENV COQUI_TOS_ACCEPTED=1
4
+ ENV PYTHONUNBUFFERED=1
5
+
6
  WORKDIR /app
7
 
8
  RUN apt-get update && apt-get install -y \