mirror of
https://github.com/kodxana/madiator-docker-runpod.git
synced 2024-11-10 05:25:18 +01:00
Update Dockerfile
This commit is contained in:
parent
9461b994e9
commit
6094896bcc
1 changed files with 5 additions and 2 deletions
|
@ -29,10 +29,13 @@ RUN pip install --upgrade --no-cache-dir pip
|
||||||
COPY ms-toolsai.jupyter-2024.7.0.vsix /tmp/ms-toolsai.jupyter-2024.7.0.vsix
|
COPY ms-toolsai.jupyter-2024.7.0.vsix /tmp/ms-toolsai.jupyter-2024.7.0.vsix
|
||||||
|
|
||||||
# Install code-server and extensions
|
# Install code-server and extensions
|
||||||
RUN curl -fsSL https://code-server.dev/install.sh | sh && \
|
RUN curl -fsSL https://code-server.dev/install.sh | sh
|
||||||
|
RUN for i in 1 2 3; do \
|
||||||
code-server --install-extension ms-python.python && \
|
code-server --install-extension ms-python.python && \
|
||||||
code-server --install-extension /tmp/ms-toolsai.jupyter-2024.7.0.vsix && \
|
|
||||||
code-server --install-extension ms-toolsai.vscode-jupyter-powertoys
|
code-server --install-extension ms-toolsai.vscode-jupyter-powertoys
|
||||||
|
break || sleep 10; \
|
||||||
|
done
|
||||||
|
RUN code-server --install-extension /tmp/ms-toolsai.jupyter-2024.7.0.vsix
|
||||||
RUN rm /tmp/ms-toolsai.jupyter-2024.7.0.vsix
|
RUN rm /tmp/ms-toolsai.jupyter-2024.7.0.vsix
|
||||||
|
|
||||||
# Pre-install Jupyter kernel and OhMyRunPod
|
# Pre-install Jupyter kernel and OhMyRunPod
|
||||||
|
|
Loading…
Reference in a new issue