Skip to content

Commit

Permalink
Fix build on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
liadomide committed Nov 14, 2023
1 parent a120d0e commit 2c0476b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tvb_build/docker/Dockerfile-build
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ RUN conda create -y --name tvb-run python=3.10 nomkl numba scipy numpy cython ps
RUN conda install -y --name tvb-run -c conda-forge jupyterlab tvb-gdist
RUN /opt/conda/envs/tvb-run/bin/pip install --upgrade pip
RUN /opt/conda/envs/tvb-run/bin/pip install lockfile scikit-build
RUN /opt/conda/envs/tvb-run/bin/pip install syncrypto
RUN /opt/conda/envs/tvb-run/bin/pip install cryptography syncrypto

RUN conda create -y --name tvb-docs python=3.10 nomkl numba scipy numpy cython psycopg2
RUN conda install -y --name tvb-docs -c conda-forge jupyterlab tvb-gdist
RUN /opt/conda/envs/tvb-docs/bin/pip install --upgrade pip
RUN /opt/conda/envs/tvb-docs/bin/pip install lockfile scikit-build
RUN /opt/conda/envs/tvb-docs/bin/pip install syncrypto
RUN /opt/conda/envs/tvb-docs/bin/pip install cryptography syncrypto
RUN /opt/conda/envs/tvb-docs/bin/pip install sphinx docutils

# Jupyther notebook configurations: set password
Expand Down

0 comments on commit 2c0476b

Please sign in to comment.