Skip to content
Snippets Groups Projects

L2SS-1919: Install correct tangostationcontrol version in Jupyter

Merged Jan David Mol requested to merge install-proper-tangostationcontrol-version into master
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -17,7 +17,7 @@ RUN mamba install --yes 'jupyterlab-git>=0.50.0' && \
RUN jupyter server extension enable --py jupyterlab_git
COPY requirements.txt ./
RUN pip install --break-system-packages -r requirements.txt
RUN pip install --break-system-packages -r requirements.txt --extra-index-url=https://git.astron.nl/api/v4/projects/395/packages/pypi/simple
RUN rm requirements.txt
USER root
Loading