Skip to content

Commit

Permalink
remove redundant build-essential dep installation in computer-use d…
Browse files Browse the repository at this point in the history
…ockerfile (#158)

Signed-off-by: Tynan Daly <tynan.s.daly@gmail.com>
  • Loading branch information
AlephNotation authored Nov 4, 2024
1 parent bbff506 commit a3fa240
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion computer-use-demo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ ENV DEBIAN_PRIORITY=high
RUN apt-get update && \
apt-get -y upgrade && \
apt-get -y install \
build-essential \
# UI Requirements
xvfb \
xterm \
Expand Down

0 comments on commit a3fa240

Please # to comment.