File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2
2
FROM dclong/jupyterhub-more
3
3
# GIT: https://github.com/legendu-net/docker-jupyterhub-more.git
4
4
5
+ # RUN pip3 install -U --break-system-packages \
5
6
RUN pip3 install -U \
6
7
aiutil github-rest-api \
7
8
&& /scripts/sys/purge_cache.sh
8
9
# && code-server --install-extension vscjava.vscode-java-pack \
9
10
RUN apt-get update && apt-get install -y valgrind \
10
- && icon from_github -r cdr/code-server -v ">=3.8.0,<4.18 .0" -k amd64.deb -o /tmp/code.deb \
11
+ && icon from_github -r cdr/code-server -v ">=3.8.0,<4.93 .0" -k amd64.deb -o /tmp/code.deb \
11
12
&& dpkg -i /tmp/code.deb \
12
13
&& code-server --install-extension
[email protected] \
13
14
&& code-server --install-extension mechatroner.rainbow-csv \
Original file line number Diff line number Diff line change 2
2
3
3
docker pull dclong/jupyterhub-more:next
4
4
docker build -t dclong/vscode-server:next .
5
+ # docker build --no-cache -t dclong/vscode-server:next .
You can’t perform that action at this time.
0 commit comments