Skip to content

Commit

Permalink
Add path to GDS python for Quarto in Code-gds
Browse files Browse the repository at this point in the history
  • Loading branch information
darribas authored Apr 11, 2024
1 parent 4785525 commit 35bffbc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gds_code/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN curl -fsSL https://code-server.dev/install.sh | sh
RUN apt-get update \
&& apt-get install -y latexmk

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

ENV QUARTO_PYTHON="/opt/conda/envs/gds/bin/python"

USER $NB_UID
EXPOSE 8080
ENTRYPOINT [ \
Expand Down

0 comments on commit 35bffbc

Please sign in to comment.