Skip to content

Commit

Permalink
just do it manually after boot
Browse files Browse the repository at this point in the history
  • Loading branch information
ranchodeluxe committed Aug 26, 2024
1 parent 9578018 commit eb844f0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ ADD environment.yml environment.yml

RUN mamba env update --prefix /srv/conda/envs/notebook --file environment.yml

RUN conda activate /srv/conda/envs/notebook
RUN pip install git+https://github.com/MAAP-Project/maap-py.git@feature/maappy-gets-username#egg=maap-py
RUN pip install maap-dps-jupyter-extension==0.7.2 --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/
RUN pip install maap-algorithms-jupyter-extension==0.3.4
RUN pip install maap-jupyter-server-extension==2.0.9 --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/
RUN jupyter server extension enable maap_jupyter_server_extension
#RUN conda activate /srv/conda/envs/notebook
#RUN pip install git+https://github.com/MAAP-Project/maap-py.git@feature/maappy-gets-username#egg=maap-py
#RUN pip install maap-dps-jupyter-extension==0.7.2 --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/
#RUN pip install maap-algorithms-jupyter-extension==0.3.4
#RUN pip install maap-jupyter-server-extension==2.0.9 --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/
#RUN jupyter server extension enable maap_jupyter_server_extension

0 comments on commit eb844f0

Please sign in to comment.