AurelioAguirre commited on
Commit
d064c7a
·
1 Parent(s): d535fa5

Fixing port issue v4

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -35,7 +35,6 @@ COPY --chown=user main $HOME/app/main
35
  COPY --chown=user utils $HOME/app/utils
36
 
37
  ENV PYTHONPATH=$HOME/app/main
38
- ENV PYTHONUNBUFFERED=1
39
  ENV HF_HOME=$HOME/app/.cache
40
 
41
  RUN --mount=type=secret,id=HF_TOKEN,mode=0444,required=true \
 
35
  COPY --chown=user utils $HOME/app/utils
36
 
37
  ENV PYTHONPATH=$HOME/app/main
 
38
  ENV HF_HOME=$HOME/app/.cache
39
 
40
  RUN --mount=type=secret,id=HF_TOKEN,mode=0444,required=true \