Suprhimp commited on
Commit
9c1f215
1 Parent(s): 5cff190

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ WORKDIR /projects/glfw
18
  RUN cmake -DBUILD_SHARED_LIBS=ON .
19
  RUN make
20
  RUN export PYGLFW_LIBRARY=/projects/glfw/src/libglfw.so
21
-
22
  # Run the command inside your image filesystem
23
  # RUN pip install --upgrade pip && \
24
  # pip install gym && \
 
18
  RUN cmake -DBUILD_SHARED_LIBS=ON .
19
  RUN make
20
  RUN export PYGLFW_LIBRARY=/projects/glfw/src/libglfw.so
21
+ RUN export DISPLAY=:0.0
22
  # Run the command inside your image filesystem
23
  # RUN pip install --upgrade pip && \
24
  # pip install gym && \