File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff 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
202209RUN 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
385392RUN mkdir /opt/nvm && \
You can’t perform that action at this time.
0 commit comments