Skip to content

Commit

Permalink
TVB-3100 Install also cryptography explicitly on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
liadomide committed Jun 25, 2024
1 parent 1e08145 commit 901f2e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tvb_build/docker/Dockerfile-win
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ RUN activate && conda create -y --name tvb-run python=3.10 numba scipy numpy cyt
RUN activate && conda install -y --name tvb-run -c conda-forge jupyterlab tvb-gdist
RUN activate tvb-run && python -m pip install --upgrade pip
RUN activate tvb-run && pip install lockfile scikit-build
RUN activate tvb-run && pip install cryptography syncrypto
RUN activate tvb-run && pip install cryptography
RUN activate tvb-run && pip install syncrypto


# Download and install tvb data
Expand Down

0 comments on commit 901f2e9

Please sign in to comment.