Skip to content

Commit 35bffbc

Browse files
authored
Add path to GDS python for Quarto in Code-gds
1 parent 4785525 commit 35bffbc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gds_code/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN curl -fsSL https://code-server.dev/install.sh | sh
77
RUN apt-get update \
88
&& apt-get install -y latexmk
99

10-
RUN /usr/bin/code-server \
10+
RUN /usr/bin/code-server \
1111
--install-extension quarto.quarto \
1212
--install-extension vscodevim.vim \
1313
--install-extension ms-toolsai.jupyter \
@@ -17,6 +17,8 @@ RUN apt-get update \
1717
--install-extension equinusocio.vsc-material-theme \
1818
&& fix-permissions /home/$NB_USER/.local/share/code-server/
1919

20+
ENV QUARTO_PYTHON="/opt/conda/envs/gds/bin/python"
21+
2022
USER $NB_UID
2123
EXPOSE 8080
2224
ENTRYPOINT [ \

0 commit comments

Comments
 (0)