We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4785525 commit 35bffbcCopy full SHA for 35bffbc
gds_code/Dockerfile
@@ -7,7 +7,7 @@ RUN curl -fsSL https://code-server.dev/install.sh | sh
7
RUN apt-get update \
8
&& apt-get install -y latexmk
9
10
- RUN /usr/bin/code-server \
+RUN /usr/bin/code-server \
11
--install-extension quarto.quarto \
12
--install-extension vscodevim.vim \
13
--install-extension ms-toolsai.jupyter \
@@ -17,6 +17,8 @@ RUN apt-get update \
17
--install-extension equinusocio.vsc-material-theme \
18
&& fix-permissions /home/$NB_USER/.local/share/code-server/
19
20
+ENV QUARTO_PYTHON="/opt/conda/envs/gds/bin/python"
21
+
22
USER $NB_UID
23
EXPOSE 8080
24
ENTRYPOINT [ \
0 commit comments