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 e52f578 commit 1e08145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tvb_build/docker/Dockerfile-win
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ 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 syncrypto
RUN activate tvb-run && pip install cryptography syncrypto


# Download and install tvb data
Expand Down

0 comments on commit 1e08145

Please sign in to comment.