File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -64,9 +64,9 @@ RUN python3 -m pip install --break-system-packages \
6464 scipy
6565
6666# install extensions for code-server
67- # RUN /app/code-server/bin/code-server --install-extension ms-toolsai.jupyter && \
68- # /app/code-server/bin/code-server --install-extension ms-python.python && \
69- # /app/code-server/bin/code-server --install-extension scalameta.metals && \
70- # curl -L https://github.com/Lramseyer/vaporview/releases/download/v1.4.1-beta/vaporview-1.4.0.vsix -o /tmp/vaporview.vsix && \
71- # /app/code-server/bin/code-server --install-extension /tmp/vaporview.vsix && \
72- # rm /tmp/vaporview.vsix
67+ RUN /app/code-server/bin/code-server --install-extension ms-python.python && \
68+ /app/code-server/bin/code-server --install-extension ms-toolsai.jupyter && \
69+ /app/code-server/bin/code-server --install-extension scalameta.metals && \
70+ curl -L https://github.com/Lramseyer/vaporview/releases/download/v1.4.1-beta/vaporview-1.4.0.vsix -o /tmp/vaporview.vsix && \
71+ /app/code-server/bin/code-server --install-extension /tmp/vaporview.vsix && \
72+ rm /tmp/vaporview.vsix
You can’t perform that action at this time.
0 commit comments