Skip to content

Commit

Permalink
GUI display will not work without mount
Browse files Browse the repository at this point in the history
  • Loading branch information
eberrigan committed Nov 26, 2024
1 parent d0cb0a8 commit 38db7ff
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions sleap_vscode_tunnel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@ RUN curl -Lk 'https://code.visualstudio.com/sha/download?build=stable&os=cli-alp
# Add VS Code CLI to PATH
ENV PATH="/usr/local/bin:$PATH"

# Set Display environment variable assuming X11 is running on the host
ENV DISPLAY=127.0.0.1:0

# Need these files to connect to the X11 server on the host
# COPY /tmp/.X11-unix /tmp/.X11-unix

# Copy the devcontainer configuration folder into the container
# COPY .devcontainer /app/.devcontainer

# Set the working directory in the container
WORKDIR /app

Expand Down

0 comments on commit 38db7ff

Please sign in to comment.