Skip to content
Snippets Groups Projects
Commit ee300401 authored by Emmanuel Bruno's avatar Emmanuel Bruno
Browse files

sets versions.

parent a9795bb2
No related branches found
No related tags found
No related merge requests found
......@@ -24,9 +24,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends\
# Postgresql python library
# SQL support for ipython and PlantUML
RUN conda install --quiet --yes psycopg2=2.9.1 && \
conda install -y -c conda-forge postgresql=13.3 pgspecial && \
conda install -y -c conda-forge postgresql=13.3 pgspecial=1.13.0 && \
conda clean -tipsy && \
pip install ipython-sql iplantuml mocodo_magic && \
pip install ipython-sql==0.4.0 iplantuml==0.1.1 mocodo_magic==1.0.3 && \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment