Jaita commited on
Commit
23a78d8
·
verified ·
1 Parent(s): e0185eb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -24,7 +24,8 @@ RUN pip install --no-cache-dir -r requirements.txt
24
  COPY . .
25
 
26
  # Helpful envs
27
- ENV PYTHONUNBUFFERED=1
 
28
 
29
  # Expose your port (change if you prefer 8000)
30
  EXPOSE 7860
 
24
  COPY . .
25
 
26
  # Helpful envs
27
+ ENV PYTHONUNBUFFERED=1 \
28
+ PYTHONDONTWRITEBYTECODE=1
29
 
30
  # Expose your port (change if you prefer 8000)
31
  EXPOSE 7860