atnikos commited on
Commit
50dbfad
·
1 Parent(s): 1a8a929
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -105,6 +105,7 @@ RUN cd /tmp && pip install -r requirements.txt
105
  RUN chmod 777 $HOME
106
  ENV TRANSFORMERS_CACHE=/tmp
107
  ENV MPLCONFIGDIR=/tmp
 
108
 
109
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
110
  COPY --chown=user . $HOME/app
 
105
  RUN chmod 777 $HOME
106
  ENV TRANSFORMERS_CACHE=/tmp
107
  ENV MPLCONFIGDIR=/tmp
108
+ ENV PYOPENGL_PLATFORM=egl
109
 
110
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
111
  COPY --chown=user . $HOME/app