Yuliang commited on
Commit
1e5ec10
·
verified ·
1 Parent(s): e934833

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -82,5 +82,6 @@ COPY --chown=user . $HOME/app
82
  # Set the working directory to the user's home directory
83
  WORKDIR $HOME/app
84
 
 
85
 
86
  CMD ["python", "app.py"]
 
82
  # Set the working directory to the user's home directory
83
  WORKDIR $HOME/app
84
 
85
+ ENV EGL_PLATFORM=surfaceless
86
 
87
  CMD ["python", "app.py"]