Skip to content

Commit 85d4a25

Browse files
committed
nvtop
1 parent e944304 commit 85d4a25

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ RUN apt-get update -qq && \
7474
gtk+3.0 \
7575
htop \
7676
iftop \
77+
initramfs-tools \
7778
iputils-ping \
7879
jq \
7980
keychain \
@@ -96,6 +97,7 @@ RUN apt-get update -qq && \
9697
net-tools \
9798
netcat-openbsd \
9899
numlockx \
100+
nvtop \
99101
openssl \
100102
openvpn \
101103
pavucontrol-qt \
@@ -408,7 +410,7 @@ RUN apt-get update -qq && \
408410
install target/release/screenpipe /usr/local/bin
409411

410412
# Install screenpipe ui
411-
RUN cd /opt/screenpipe/examples/typescript/vercel-ai-chatbot && \
413+
RUN # cd /opt/screenpipe/examples/typescript/vercel-ai-chatbot && \
412414
npm install && \
413415
npm run build
414416

0 commit comments

Comments
 (0)