jbilcke-hf HF staff commited on
Commit
6321703
·
1 Parent(s): 97fe33c

install opengl for docker

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -7,6 +7,8 @@ RUN apt update
7
 
8
  RUN apt --yes install ffmpeg libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libgbm1 libasound2 libpangocairo-1.0-0 libxss1 libgtk-3-0
9
 
 
 
10
  # Set up a new user named "user" with user ID 1000
11
  RUN useradd -o -u 1000 user
12
 
 
7
 
8
  RUN apt --yes install ffmpeg libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libgbm1 libasound2 libpangocairo-1.0-0 libxss1 libgtk-3-0
9
 
10
+ RUN apt --yes install build-essential libxi-dev libglu1-mesa-dev libglew-dev pkg-config
11
+
12
  # Set up a new user named "user" with user ID 1000
13
  RUN useradd -o -u 1000 user
14