Skip to content

Commit f22e065

Browse files
committed
cbonsai-bump-node
1 parent 848edd5 commit f22e065

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

docker/Dockerfile

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,13 @@ RUN curl -fsSL -o bottom.deb https://github.com/ClementTsang/bottom/releases/dow
198198
dpkg -i bottom.deb && \
199199
rm bottom.deb
200200

201+
# Install cbonsai
202+
RUN apt-get update -qq && \
203+
apt-get install -qq libncurses-dev && \
204+
git clone --depth 1 https://gitlab.com/jallbrit/cbonsai /opt/cbonsai && \
205+
cd /opt/cbonsai && \
206+
make install
207+
201208
# Install cursor
202209
RUN curl -fsSL -o cursor.appimage https://downloader.cursor.sh/linux/appImage/x64 && \
203210
chmod +x cursor.appimage && \
@@ -361,7 +368,7 @@ RUN curl -fsSL https://ngrok-agent.s3.amazonaws.com/ngrok.asc | tee /etc/apt/tru
361368
apt-get install -qq ngrok
362369

363370
# Install nodejs
364-
RUN curl -fsSL https://nodejs.org/dist/v20.18.0/node-v20.18.0-linux-x64.tar.xz | \
371+
RUN curl -fsSL https://nodejs.org/dist/v23.11.0/node-v23.11.0-linux-x64.tar.xz | \
365372
tar -C /usr/local -Jx --strip-components=1
366373

367374
# Install novnc
@@ -377,9 +384,9 @@ RUN git clone --depth 1 https://github.com/cloud-computer/noVNC.git /opt/noVNC &
377384
# rm nviia-driver.run
378385

379386
# Install nvidia driver
380-
RUN apt-get update -qq && \
381-
apt-get install -qq \
382-
nvidia-cuda-toolkit
387+
# RUN apt-get update -qq && \
388+
# apt-get install -qq \
389+
# nvidia-cuda-toolkit
383390

384391
# Install nvm
385392
RUN mkdir /opt/nvm && \

0 commit comments

Comments
 (0)